From e313a4767d718164e12948febfbd38adc16c848e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 17 Dec 2018 11:13:08 +0100 Subject: [PATCH] New package: bff-apankrat-1.0.5 --- srcpkgs/bff-apankrat/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/bff-apankrat/template diff --git a/srcpkgs/bff-apankrat/template b/srcpkgs/bff-apankrat/template new file mode 100644 index 00000000000..fd40e62b5d5 --- /dev/null +++ b/srcpkgs/bff-apankrat/template @@ -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 " +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 +}