17 lines
535 B
Bash
17 lines
535 B
Bash
# Template file for 'spigot'
|
|
pkgname=spigot
|
|
version=20190503.4f4a645
|
|
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=4db3208fdacb90096aa42ed27e148a72e247657191e43fcf6c7fa3cebb32982a
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|