18 lines
440 B
Bash
18 lines
440 B
Bash
# Template file for 'bff'
|
|
pkgname=bff
|
|
reverts=1.0.5_1
|
|
version=1.0
|
|
revision=3
|
|
build_style=fetch
|
|
short_desc="Brainfuck interpreter (DBFI dialect)"
|
|
maintainer="ananteris <ananteris@mailinator.com>"
|
|
license="Public Domain"
|
|
homepage="http://mazonka.com/brainf/"
|
|
distfiles="http://mazonka.com/brainf/bff4.c"
|
|
checksum=6139b587a7ac40b0bda023064172e9bbccfce15cd8c879ec601e8ee70b83aec3
|
|
|
|
do_install() {
|
|
$CC $CFLAGS $LDFLAGS bff4.c -o bff
|
|
vbin bff
|
|
}
|