void-packages/srcpkgs/nrg2iso/template
2021-05-05 11:33:34 -03:00

20 lines
552 B
Bash

# Template file for 'nrg2iso'
pkgname=nrg2iso
version=0.4.1
revision=1
build_style=gnu-makefile
short_desc="Simple tool to convert from Nero Burning Rom (NRG) to ISO"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"
distfiles="http://gregory.kokanosky.free.fr/v4/linux/${pkgname}-${version}.tar.gz"
checksum=3be36a416758fc1910473b49a8dadf2a2aa3d51f1976197336bc174bc1e306e5
do_build() {
$CC $CFLAGS $LDFLAGS -o nrg2iso nrg2iso.c
}
do_install() {
vbin nrg2iso
}