diff --git a/srcpkgs/fusee-nano/template b/srcpkgs/fusee-nano/template new file mode 100644 index 00000000000000..f1fd6b8a89e1bf --- /dev/null +++ b/srcpkgs/fusee-nano/template @@ -0,0 +1,17 @@ +# Template file for 'fusee-nano' +pkgname=fusee-nano +version=0.5.3 +revision=1 +build_style=gnu-makefile +hostmakedepends="xxd" +short_desc="Minimalist re-implementation of the Fusée Gelée exploit" +maintainer="jade-ish " +license="MIT" +homepage="https://github.com/DavidBuchanan314/fusee-nano" +distfiles="https://github.com/DavidBuchanan314/fusee-nano/archive/refs/tags/${version}.tar.gz" +checksum=8737fc7c842e19f288d537d6fe652b72d5c9b399a09c07beca643d3229ef012d + +do_install() { + vbin fusee-nano + vlicense LICENSE +}