add ndstrim template

master
an 2019-10-28 02:23:38 -04:00
parent 1b9f9e8d9f
commit 02383a30da
2 changed files with 18 additions and 2 deletions

2
TODO
View File

@ -1,7 +1,6 @@
cc65
crosstool-ng-git
ericw-tools
eternity-engine-git
gc-shrink
gdcc-git
gitahead
@ -9,7 +8,6 @@ gmqcc-git
maxcso
minecraft-server-fabric
motsognir
ndstrim
obs-linuxbrowser-bin
otf-linjapona
previous-svn

18
srcpkgs/ndstrim/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'ndstrim'
pkgname=ndstrim
version=1.27.5
revision=1
short_desc="NDS file trimmer"
maintainer="Alison Watson <marrub@greyserv.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/stefansundin/ndstrim"
distfiles="https://github.com/stefansundin/ndstrim/releases/download/downloads/ndstrim-1.27.5.tar.bz2"
checksum=e4c8b5636680189a935952cedc244e58e1e95fb7d163b981ea1bb35b751f016f
do_build() {
cc -o ndstrim src/ndstrim.c
}
do_install() {
vinstall ndstrim 0755 usr/bin/ndstrim
}