void-packages/srcpkgs/ndstrim/template

19 lines
487 B
Plaintext
Raw Permalink Normal View History

2019-10-27 23:23:38 -07:00
# Template file for 'ndstrim'
pkgname=ndstrim
version=1.27.5
2019-10-28 03:37:19 -07:00
revision=2
2019-10-27 23:23:38 -07:00
short_desc="NDS file trimmer"
maintainer="Alison Watson <marrub@greyserv.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/stefansundin/ndstrim"
2019-10-28 20:59:05 -07:00
distfiles="https://github.com/stefansundin/ndstrim/releases/download/downloads/ndstrim-${version}.tar.bz2"
2019-10-27 23:23:38 -07:00
checksum=e4c8b5636680189a935952cedc244e58e1e95fb7d163b981ea1bb35b751f016f
do_build() {
cc -o ndstrim src/ndstrim.c
}
do_install() {
2019-10-28 03:37:19 -07:00
vbin ndstrim
2019-10-27 23:23:38 -07:00
}