void-packages/srcpkgs/spigot/template

17 lines
510 B
Bash
Raw Normal View History

2017-11-29 13:12:28 +00:00
# Template file for 'spigot'
pkgname=spigot
2018-03-27 09:29:05 +00:00
version=20180324.b385996
2017-11-29 13:12:28 +00:00
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"
2018-03-27 09:29:05 +00:00
checksum=8c7eb1780ba09393151970bfada3933038a1c6cb1457cf443008c5092f0bfac7
2017-11-29 13:12:28 +00:00
post_install() {
vlicense LICENCE
}