mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
bff: update to 1.0.5.
This commit is contained in:
parent
ae466e1c42
commit
2cb6148a21
1 changed files with 6 additions and 7 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'bff'
|
# Template file for 'bff'
|
||||||
pkgname=bff
|
pkgname=bff
|
||||||
version=1.0
|
version=1.0.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=fetch
|
build_style=gnu-makefile
|
||||||
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="http://mazonka.com/brainf/"
|
homepage="https://github.com/apankrat/bff"
|
||||||
distfiles="${homepage}/bff4.c"
|
distfiles="https://github.com/apankrat/bff/archive/v${version}.tar.gz"
|
||||||
checksum=6139b587a7ac40b0bda023064172e9bbccfce15cd8c879ec601e8ee70b83aec3
|
checksum=8fff205c1c60f15c43b5613a73f1b6b7cac9f58c7c803eed4ed4c890a9374110
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
$CC $CFLAGS $LDFLAGS bff4.c -o bff
|
|
||||||
vbin bff
|
vbin bff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue