void-packages/srcpkgs/bff-apankrat/template
2019-08-17 19:49:25 +02:00

18 lines
519 B
Bash

# Template file for 'bff-apankrat'
pkgname=bff-apankrat
version=1.0.7
revision=1
wrksrc="bff-${version}"
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
head -n 13 bff.c > LICENSE
vlicense LICENSE
}