void-packages/srcpkgs/ndstrim/template

19 lines
508 B
Plaintext

# 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
}