mid-kid
9 years ago
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||
|
name=3DSFAT16tool |
||||
|
version=3.2 |
||||
|
update_url="https://github.com/d0k3/$name/releases" |
||||
|
update_names="v$version.tar.gz" |
||||
|
|
||||
|
dlextract "https://github.com/d0k3/$name/archive/v$version.tar.gz" |
||||
|
header_end |
||||
|
|
||||
|
cd "$name-$version" |
||||
|
cc -O3 "$name.c" -o "$name" |
||||
|
install -Dm755 "$name" "$dir_install/$dir_prefix/bin/$name" |
||||
|
|
||||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
Loading…
Reference in new issue