18 lines
535 B
Bash
18 lines
535 B
Bash
# Template file for 'spigot'
|
|
pkgname=spigot
|
|
version=20200901.9910e5b
|
|
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=bada3eb5766c5bb804572b257b588362f8357bb38ec229561cca5f3c43501127
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|