diff --git a/srcpkgs/pc/template b/srcpkgs/pc/template new file mode 100644 index 00000000000..87ae1871a78 --- /dev/null +++ b/srcpkgs/pc/template @@ -0,0 +1,17 @@ +# Template file for 'pc' +pkgname=pc +version=0.2 +revision=1 +build_style=gnu-makefile +make_use_env=yes +hostmakedepends="byacc" +short_desc="Programmer's calculator" +maintainer="Sigrid Solveig Haflínudóttir " +license="MIT" +homepage="https://git.sr.ht/~ft/pc" +distfiles="https://git.sr.ht/~ft/pc/archive/${version}.tar.gz" +checksum=5e9811ee3fdb8a25724a82f96e368aa43f4f60a64e011a8250b3f02cde86ad82 + +post_install() { + vlicense LICENSE +}