nickle: update to 2.101.
This commit is contained in:
parent
e5651643a7
commit
3a1f319563
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'nickle'
|
# Template file for 'nickle'
|
||||||
pkgname=nickle
|
pkgname=nickle
|
||||||
version=2.97
|
version=2.101
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
makedepends="readline-devel"
|
hostmakedepends="bc flex pkg-config"
|
||||||
|
makedepends="gmp-devel readline-devel"
|
||||||
short_desc="Powerful desk calculator language"
|
short_desc="Powerful desk calculator language"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://nickle.org/"
|
homepage="https://nickle.org/"
|
||||||
changelog="https://keithp.com/cgit/nickle.git/log/"
|
changelog="https://keithp.com/cgit/nickle.git/log/"
|
||||||
distfiles="https://nickle.org/release/${pkgname}-${version}.tar.gz"
|
distfiles="https://nickle.org/release/${pkgname}-${version}.tar.xz"
|
||||||
checksum=e2d6434d1216aeec552932828f9aed52f326bd12d8e06cae0f0de4a119d40a3f
|
checksum=08f12ea1fb68fd76346cce45446a286c47a40ed0996dc93f20d41b2dac5263c5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/examples
|
vmkdir usr/share/examples
|
||||||
|
|
Loading…
Reference in New Issue