diff --git a/srcpkgs/spigot/template b/srcpkgs/spigot/template new file mode 100644 index 00000000000..1ce991475f0 --- /dev/null +++ b/srcpkgs/spigot/template @@ -0,0 +1,16 @@ +# Template file for 'spigot' +pkgname=spigot +version=20171116.baea20a +revision=1 +build_style=gnu-configure +makedepends="gmp-devel" +short_desc="Command-line exact real calculator" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://www.chiark.greenend.org.uk/~sgtatham/spigot/" +distfiles="https://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=8d9e60e2618e1668f52a9cec2137427372b7490a7357141dbedc5c3988009c60 + +post_install() { + vlicense LICENCE +}