void-packages/srcpkgs/spigot/template
2020-08-27 17:21:25 +02:00

17 lines
535 B
Bash

# Template file for 'spigot'
pkgname=spigot
version=20200826.216f4ca
revision=1
build_style=gnu-configure
make_check_target="test"
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=932d6243739cdaa15270922ca01fa9ca1b48bc11f7931281d5ac00e6fab5596d
post_install() {
vlicense LICENCE
}