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-01-08 21:48:33 +00:00
version=20180107.d92301d
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-01-08 21:48:33 +00:00
checksum=f5c9a121b47412f04ced3b0c0fedb97b260f6b17eeb1c6c70ab74ebaa229aa93
2017-11-29 13:12:28 +00:00
post_install() {
vlicense LICENCE
}