mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
New Package: bff-1.0
This commit is contained in:
parent
adc3445891
commit
ef64fdaf4b
1 changed files with 18 additions and 0 deletions
18
srcpkgs/bff/template
Normal file
18
srcpkgs/bff/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template build file for 'bff'.
|
||||||
|
pkgname=bff
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="Brainfuck interpreter (DBFI dialect)"
|
||||||
|
maintainer="ananteris <ananteris@mailinator.com>"
|
||||||
|
homepage="http://mazonka.com/brainf/"
|
||||||
|
build_style=fetch
|
||||||
|
distfiles="${homepage}/bff4.c"
|
||||||
|
license="Public Domain"
|
||||||
|
checksum=6139b587a7ac40b0bda023064172e9bbccfce15cd8c879ec601e8ee70b83aec3
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
$CC $CFLAGS $LDFLAGS bff4.c -o bff
|
||||||
|
vbin bff
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue