mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 11:53:25 +00:00
termux-create-package: Add as disabled package
This commit is contained in:
12
disabled-packages/termux-create-package/build.sh
Normal file
12
disabled-packages/termux-create-package/build.sh
Normal file
@@ -0,0 +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_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
|
||||
}
|
||||
Reference in New Issue
Block a user