New package: spigot-20171116.baea20a

This commit is contained in:
Leah Neukirchen 2017-11-29 14:12:28 +01:00
parent f5239598d5
commit 37702cb491

16
srcpkgs/spigot/template Normal file
View file

@ -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 <leah@vuxu.org>"
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
}