void-packages/srcpkgs/ndstrim/template

19 lines
487 B
Plaintext

# Template file for 'ndstrim'
pkgname=ndstrim
version=1.27.5
revision=2
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-${version}.tar.bz2"
checksum=e4c8b5636680189a935952cedc244e58e1e95fb7d163b981ea1bb35b751f016f
do_build() {
cc -o ndstrim src/ndstrim.c
}
do_install() {
vbin ndstrim
}