X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ab632f6c57af0a630b67849b4edf0d6c18f4eca6..0d2991c980a7427fddfae81b93092c33620c1575:/packages/termux-create-package/build.sh diff --git a/packages/termux-create-package/build.sh b/packages/termux-create-package/build.sh index 3ecb4993..eed10a2e 100644 --- a/packages/termux-create-package/build.sh +++ b/packages/termux-create-package/build.sh @@ -1,13 +1,12 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-create-package TERMUX_PKG_DESCRIPTION="Utility to create Termux packages" -TERMUX_PKG_VERSION=0.2 +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=c6da9dac406c8aaba049625c4067f13f732f83d6208a7b6850efa87822e7b48b -TERMUX_PKG_FOLDERNAME=termux-create-package-$TERMUX_PKG_VERSION +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 }