Commit Graph

11 Commits

Author SHA1 Message Date
termux-pacman-bot
4d5d44b3ee Update repo 2025-04-11 10:07:18 +00:00
termux-pacman-bot
2d36f8309b Update repo 2025-03-22 01:31:14 +00:00
termux-pacman-bot
2f3ee44526 Update repo 2024-06-23 17:08:26 +00:00
termux-pacman-bot
a9629f6432 Update repo 2023-01-17 00:46:36 +00:00
termux-pacman-bot
3164e95b6e Update repo 2023-01-01 18:01:28 +00:00
termux-pacman-bot
ab2fb9c0a3 Update repo 2022-12-09 21:30:53 +00:00
Leonid Pliushch
22ae9c583e build-package.sh: fix TERMUX_PKG_SRCURL unbound variable
When no source URL defined, the following error occurs:

 /home/builder/termux-packages/scripts/build/get_source/termux_step_get_source.sh: line 2: TERMUX_PKG_SRCURL: unbound variable
2020-07-22 20:08:46 +03:00
Henrik Grimler
bafdf9d9c0 Rename termux_extract_src_archive to termux_unpack_src_archive
%ci:no-build
2020-07-21 20:09:38 +02:00
Henrik Grimler
f6792915d1 termux_extract_src_archive: create srcdir before extracting tar 2020-07-21 14:12:51 +02:00
Henrik Grimler
4d3a2243a4 termux_step_get_source: do not always create $TERMUX_PKG_SRCDIR
%ci:no-build
2020-07-21 10:42:38 +02:00
Henrik Grimler
4e902a41a5 building packages: create termux_step_get_source function
Calls termux_git_clone_src if TERMUX_PKG_SRCURL ends with .git, and
termux_download_src_archive and termux_extract_src_archive otherwise.
termux_step_extract_package has been split up into the latter two
functions.

termux_step_post_extract_package has been renamed to
termux_step_post_get_source to reflect these changes.
2020-07-21 10:14:00 +02:00