17 lines
535 B
Bash
17 lines
535 B
Bash
# Template file for 'spigot'
|
|
pkgname=spigot
|
|
version=20190803.48d2857
|
|
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=35977eb657e88e0bcec3c32da7e73eb9a1aaeeba40b3d86bf88bf5e214d0337c
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|