From bfca45cb64c7840054af7a1f896a2f2378bc3dbd Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 2 Mar 2016 21:24:24 +0100 Subject: [PATCH] New satellite: 3dsfat16tool --- satellites/3dsfat16tool.sat | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 satellites/3dsfat16tool.sat diff --git a/satellites/3dsfat16tool.sat b/satellites/3dsfat16tool.sat new file mode 100644 index 0000000..504a752 --- /dev/null +++ b/satellites/3dsfat16tool.sat @@ -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: