18 lines
508 B
Bash
18 lines
508 B
Bash
# Template file for 'bff-apankrat'
|
|
pkgname=bff-apankrat
|
|
version=1.0.7
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
short_desc="Moderately-optimizing brainfuck interpreter"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/apankrat/bff"
|
|
distfiles="https://github.com/apankrat/bff/archive/v${version}.tar.gz"
|
|
checksum=1f8787f8bc12ae4282112dabc5b85f03002269dce57023ee0443250d5a68702f
|
|
|
|
do_install() {
|
|
vbin bff bff-apankrat
|
|
head -n 13 bff.c > LICENSE
|
|
vlicense LICENSE
|
|
}
|