Skip to content
Closed
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
18 changes: 18 additions & 0 deletions srcpkgs/fusee-nano/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'fusee-nano'
pkgname=fusee-nano
version=0.5.3
revision=1
build_style=gnu-makefile
hostmakedepends="xxd"
makedepends=""

Check failure on line 7 in srcpkgs/fusee-nano/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

variable set to empty string: makedepends=""
depends=""

Check failure on line 8 in srcpkgs/fusee-nano/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

variable set to empty string: depends=""
short_desc="Minimalist re-implementation of the Fusée Gelée exploit"
maintainer="jade-ish <eightbitgiraffe@gmail.com>"
license="MIT"

Check failure on line 11 in srcpkgs/fusee-nano/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

license 'MIT', but no use of vlicense
homepage="https://github.com/DavidBuchanan314/fusee-nano"
distfiles="https://github.com/DavidBuchanan314/fusee-nano/archive/refs/tags/${version}.tar.gz"
checksum=8737fc7c842e19f288d537d6fe652b72d5c9b399a09c07beca643d3229ef012d

do_install() {
make install "PREFIX=${DESTDIR}/usr/bin"
}
Loading