void-packages/srcpkgs/gc-shrink/template

20 lines
490 B
Plaintext
Raw Normal View History

2019-10-28 20:00:00 -07:00
# Template file for 'gc-shrink'
pkgname=gc-shrink
version=0.2
revision=1
hostmakedepends="unzip"
short_desc="Removes garbage from GameCube images"
maintainer="Alison Watson <marrub@greyserv.net>"
license="custom:gc-shrink"
homepage="http://www.gotwalls.com/"
2019-10-28 20:59:05 -07:00
distfiles="http://www.gotwalls.com/files/gc-shrink-${version}.zip"
2019-10-28 20:00:00 -07:00
checksum=547e092e306f99c52685a517af992c562b8de766cd02186caecfb7f1b2620cab
do_build() {
cc -DUNIX -o gc-shrink src/gc-shrink.c
}
do_install() {
vbin gc-shrink
}