Skip to content

Commit

Permalink
bff: revert project change
Browse files Browse the repository at this point in the history
This reverts commit 2cb6148.
  • Loading branch information
Chocimier committed Dec 17, 2018
1 parent ec870ff commit a4d81bd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions srcpkgs/bff/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Template file for 'bff'
pkgname=bff
version=1.0.5
revision=1
build_style=gnu-makefile
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="https://github.com/apankrat/bff"
distfiles="https://github.com/apankrat/bff/archive/v${version}.tar.gz"
checksum=8fff205c1c60f15c43b5613a73f1b6b7cac9f58c7c803eed4ed4c890a9374110
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
}

0 comments on commit a4d81bd

Please sign in to comment.