X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b55a2fee69de089157b9045bc745768af81e96f9..bb27a0ec420cb5afdba3988cbbd7d458036a4b6e:/packages/picolisp/build.sh diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index 41826282..d679876a 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -1,14 +1,17 @@ TERMUX_PKG_HOMEPAGE=http://picolisp.com TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework" TERMUX_PKG_DEPENDS="libcrypt, openssl" -TERMUX_PKG_VERSION=16.4.24 +_PICOLISP_YEAR=16 +_PICOLISP_MONTH=5 +_PICOLISP_DAY=3 +TERMUX_PKG_VERSION=${_PICOLISP_YEAR}.${_PICOLISP_MONTH}.${_PICOLISP_DAY} TERMUX_PKG_SRCURL=http://software-lab.de/picoLisp.tgz TERMUX_PKG_FOLDERNAME=picoLisp TERMUX_PKG_BUILD_IN_SRC=true termux_step_pre_configure() { # Validate that we have the right version: - grep -q '16 4 24' src64/version.l + grep -q "$_PICOLISP_YEAR $_PICOLISP_MONTH $_PICOLISP_DAY" src64/version.l TERMUX_PKG_SRCDIR=$TERMUX_PKG_SRCDIR/src if [ $TERMUX_ARCH_BITS = 64 ]; then