void-packages/srcpkgs/spigot/template
2018-01-08 22:48:38 +01:00

16 lines
510 B
Bash

# Template file for 'spigot'
pkgname=spigot
version=20180107.d92301d
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=f5c9a121b47412f04ced3b0c0fedb97b260f6b17eeb1c6c70ab74ebaa229aa93
post_install() {
vlicense LICENCE
}