19 lines
576 B
Bash
19 lines
576 B
Bash
# Template file for 'bff'
|
|
pkgname=bff
|
|
reverts=1.0.5_1
|
|
version=1.0
|
|
revision=3
|
|
create_wrksrc="yes"
|
|
hostmakedepends="rpmextract"
|
|
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.27.src.rpm"
|
|
checksum=7e4ff1e34f19873e700393468585b3e0ab829dd7dac41e2e3d1bd53c3b08d092
|
|
|
|
do_install() {
|
|
$CC $CFLAGS $LDFLAGS bff4.c -o bff
|
|
vbin bff
|
|
}
|