17 lines
527 B
Bash
17 lines
527 B
Bash
# Template file for 'bff'
|
|
pkgname=bff
|
|
reverts=1.0.5_1
|
|
version=1.0
|
|
revision=3
|
|
short_desc="Brainfuck interpreter (DBFI dialect)"
|
|
maintainer="ananteris <ananteris@mailinator.com>"
|
|
license="Public Domain"
|
|
homepage="https://web.archive.org/web/20211106162728/http://mazonka.com/brainf/"
|
|
distfiles="https://download.opensuse.org/repositories/openSUSE:/Factory/standard/src/bff4-1-14.28.src.rpm"
|
|
checksum=1a104cb4ba93374f19d8d16a87c798a9b43857b0c01a0ef1ffa34fb58b8ca308
|
|
|
|
do_install() {
|
|
$CC $CFLAGS $LDFLAGS bff4.c -o bff
|
|
vbin bff
|
|
}
|