chore)main/composer,fdroidcl): enable autoupdate

%ci:no-build
This commit is contained in:
Yaksh Bariya 2023-01-13 20:18:34 +05:30
parent 6deaddd764
commit 3fa0c6f9b3
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ TERMUX_PKG_SRCURL=git+https://github.com/composer/composer
TERMUX_PKG_DEPENDS="php"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_AUTO_UPDATE=true
termux_step_make_install() {
composer install

View File

@ -7,6 +7,7 @@ TERMUX_PKG_REVISION=7
TERMUX_PKG_SRCURL=https://github.com/mvdan/fdroidcl/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=532a8c4c93216cbf13378ff409c06a08d48e8baee6119a50ed43dc0ce9ec7879
TERMUX_PKG_DEPENDS="android-tools"
TERMUX_PKG_AUTO_UPDATE=true
termux_step_make() {
termux_setup_golang