Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/fusee-nano/template
Original file line number Diff line number Diff line change
@@ -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 <eightbitgiraffe@gmail.com>"
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
}
Comment thread
eightbitgiraffe marked this conversation as resolved.