16 lines
429 B
Bash
16 lines
429 B
Bash
# Template file for 'bff'
|
|
pkgname=bff
|
|
version=1.0.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
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
|
|
|
|
do_install() {
|
|
vbin bff
|
|
}
|
|
|