void-packages/srcpkgs/nrg2iso/template
Enno Boland f40cd77686 srcpkgs: remove pullmoll from maintainers field. 😢
Set them to Orphaned for now.

If you'd like to pick up a package, feel free.
2021-04-10 16:34:44 +02:00

19 lines
545 B
Bash

# Template file for 'nrg2iso'
pkgname=nrg2iso
version=0.4
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"
homepage="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"
distfiles="http://gregory.kokanosky.free.fr/v4/linux/${pkgname}-${version}.tar.gz"
checksum="25049d864680ec12bbe31b20597ce8c1ba3a4fe7a7f11e25742b83e2fda94aa3"
do_build() {
$CC $CFLAGS $LDFLAGS -o nrg2iso nrg2iso.c
}
do_install() {
vbin nrg2iso
}