Skip to content

Commit

Permalink
New package: bff-apankrat-1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocimier committed Feb 8, 2019
1 parent b4ee212 commit 0deb67e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/bff-apankrat/template
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 0deb67e

Please sign in to comment.