mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
New package: bff-apankrat-1.0.5
This commit is contained in:
parent
f0a7f9727c
commit
e313a4767d
1 changed files with 18 additions and 0 deletions
18
srcpkgs/bff-apankrat/template
Normal file
18
srcpkgs/bff-apankrat/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Reference in a new issue