void-packages/srcpkgs/bff-apankrat/template

19 lines
519 B
Bash

# Template file for 'bff-apankrat'
pkgname=bff-apankrat
version=1.0.5
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=8fff205c1c60f15c43b5613a73f1b6b7cac9f58c7c803eed4ed4c890a9374110
do_install() {
vbin bff
head -n 13 bff.c > LICENSE
vlicense LICENSE
}