parent
b8ce263479
commit
f0a7f9727c
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'bff'
|
# Template file for 'bff'
|
||||||
pkgname=bff
|
pkgname=bff
|
||||||
version=1.0.5
|
reverts=1.0.5_1
|
||||||
revision=1
|
version=1.0
|
||||||
build_style=gnu-makefile
|
revision=3
|
||||||
|
build_style=fetch
|
||||||
short_desc="Brainfuck interpreter (DBFI dialect)"
|
short_desc="Brainfuck interpreter (DBFI dialect)"
|
||||||
maintainer="ananteris <ananteris@mailinator.com>"
|
maintainer="ananteris <ananteris@mailinator.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/apankrat/bff"
|
homepage="http://mazonka.com/brainf/"
|
||||||
distfiles="https://github.com/apankrat/bff/archive/v${version}.tar.gz"
|
distfiles="http://mazonka.com/brainf/bff4.c"
|
||||||
checksum=8fff205c1c60f15c43b5613a73f1b6b7cac9f58c7c803eed4ed4c890a9374110
|
checksum=6139b587a7ac40b0bda023064172e9bbccfce15cd8c879ec601e8ee70b83aec3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
$CC $CFLAGS $LDFLAGS bff4.c -o bff
|
||||||
vbin bff
|
vbin bff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue