X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/eeed47f4f4975e8ba0ff3794a90d3a12e1560868..36f928ac3ee92d234f3ffc42e2c1f22db614ac55:/packages/termux-create-package/build.sh diff --git a/packages/termux-create-package/build.sh b/packages/termux-create-package/build.sh index 2b5d024b..eed10a2e 100644 --- a/packages/termux-create-package/build.sh +++ b/packages/termux-create-package/build.sh @@ -1,12 +1,12 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-create-package TERMUX_PKG_DESCRIPTION="Utility to create Termux packages" -TERMUX_PKG_VERSION=0.1 -TERMUX_PKG_SRCURL=https://github.com/termux/termux-create-package/archive/master.zip -TERMUX_PKG_FOLDERNAME=termux-create-package-master +TERMUX_PKG_VERSION=0.4 +TERMUX_PKG_SRCURL=https://github.com/termux/termux-create-package/archive/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=aa821f489dc163df0ce9167de3076c917989963363d30699d68b834c09fde688 TERMUX_PKG_DEPENDS="python" TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_PLATFORM_INDEPENDENT=yes termux_step_make_install () { - cp termux-create-package.py $TERMUX_PREFIX/bin/termux-create-package + cp termux-create-package $TERMUX_PREFIX/bin/termux-create-package }