termux-create-package: Move from disabled-packages/ to packages/
[termux-packages] / packages / termux-create-package / build.sh
1 TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-create-package
2 TERMUX_PKG_DESCRIPTION="Utility to create Termux packages"
3 TERMUX_PKG_VERSION=0.1
4 TERMUX_PKG_SRCURL=https://github.com/termux/termux-create-package/archive/master.zip
5 TERMUX_PKG_FOLDERNAME=termux-create-package-master
6 TERMUX_PKG_DEPENDS="python"
7 TERMUX_PKG_BUILD_IN_SRC=yes
8 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
9
10 termux_step_make_install () {
11 cp termux-create-package.py $TERMUX_PREFIX/bin/termux-create-package
12 }