termux-pacman-bot
72e66c10b7
Update repo
2025-07-08 10:41:58 +00:00
termux-pacman-bot
8cec2f466c
Update repo
2025-06-15 12:08:42 +00:00
termux-pacman-bot
b9684801a7
Update repo
2025-06-08 22:38:49 +00:00
termux-pacman-bot
fade778fa6
Update repo
2025-02-25 23:34:35 +00:00
termux-pacman-bot
68ec01d3c7
Update repo
2024-12-18 16:06:16 +00:00
termux-pacman-bot
2be119e8a2
Update repo
2024-10-08 10:59:44 +00:00
termux-pacman-bot
260f7ff7e7
Update repo
2024-07-16 13:37:53 +00:00
termux-pacman-bot
b0c38d1fe8
Update repo
2024-07-01 00:30:04 +00:00
termux-pacman-bot
f8522946fb
Update repo
2024-06-20 17:10:41 +00:00
termux-pacman-bot
98f87a9e33
Update repo
2024-05-13 11:36:55 +00:00
termux-pacman-bot
15467aaf8a
Update repo
2024-05-13 02:24:04 +00:00
termux-pacman-bot
3990e3bc7c
Update repo
2024-05-02 06:09:53 +00:00
termux-pacman-bot
d4ee10d098
Update repo
2024-04-23 18:37:17 +00:00
termux-pacman-bot
9dad5a9893
Update repo
2024-04-22 02:17:13 +00:00
termux-pacman-bot
bd0069667c
Update repo
2023-12-03 15:31:06 +00:00
termux-pacman-bot
1ad2f00034
Update repo
2023-10-15 19:31:06 +00:00
termux-pacman-bot
9860616e2a
Update repo
2023-10-07 00:03:25 +00:00
termux-pacman-bot
b14d210f4c
Update repo
2023-08-30 21:01:19 +00:00
termux-pacman-bot
a33baf594a
Update repo
2023-01-15 13:31:53 +00:00
termux-pacman-bot
3164e95b6e
Update repo
2023-01-01 18:01:28 +00:00
termux-pacman-bot
429b317749
Update repo
2022-08-23 06:54:36 +00:00
termux-actions[bot]
e601e1a248
Update repo
2022-04-20 15:08:35 +00:00
Maxython
ef439fdc98
monorepo settings in termux-pacman
2022-04-19 12:30:02 +03:00
Maxython
d2333cc09e
Update repo
2021-12-27 01:24:39 +03:00
termux-actions[bot]
1365c09a43
Update repo
2021-12-26 16:33:11 +00:00
termux-actions[bot]
caf937965b
Update repo
2021-12-23 13:44:17 +00:00
Leonid Pliushch
6bc5ce5bf5
linter: add PHP-3.01 license id ( https://spdx.org/licenses/ )
2021-05-05 11:00:48 +02:00
Leonid Pliushch
8ac3d03bf7
linter: check build.sh for presence of 'TERMUX_PKG_MAINTAINER' field
2021-01-22 13:41:52 +02:00
Henrik Grimler
ca34d7345d
lint-packages: allow TERMUX_PKG_SHA256 to be empty sometimes
...
If TERMUX_PKG_SRCURL is git repo (url ends with .git) then no hashsum
needs to be given.
2020-07-21 10:14:19 +02:00
Henrik Grimler
ab2a3b70f0
build-package.sh: add TERMUX_PKG_SERVICE_SCRIPT var and build script
...
termux_step_install_service_scripts is run after
termux_step_post_make_install and loops over the new array
TERMUX_PKG_SERVICE_SCRIPT to add service scripts for termux-services.
The service scripts are usually only a one-liner so we might just as
well define it in a variable like TERMUX_PKG_SERVICE_SCRIPT.
TERMUX_PKG_SERVICE_SCRIPT should be an array on the format
("daemon-name" 'script to execute' "another daemon" 'multi\n line\n script'),
i.e. it should be of even length with name + script where the script
part preferably is within single quotes (to avoid accidental expansion
of for example $HOME).
2020-01-05 15:00:15 +01:00
Leonid Pliushch
ce0a30d684
linter: source ./scripts/properties.sh only if it exists
2019-08-14 15:13:39 +03:00
Leonid Pliushch
a4b1f952c1
linter: specify that non-https links are still acceptable
...
%ci:no-build
2019-08-14 14:59:47 +03:00
Leonid Pliushch
8701462951
add new linter script & fix packages where needed
...
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.
To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
2019-08-14 14:27:55 +03:00