Alessandro Caputo
b5a4ef86d0
update termux-api to v0.49
5 years ago
Henrik Grimler
231b9fb70d
Merge pull request #4749 from termux/service-scripts
termux-services: add service scripts for more packages
5 years ago
Henrik Grimler
7184c26b61
mariadb: add termux-services script for mysqld
5 years ago
Henrik Grimler
1ff4716591
lighttpd: add termux-services script
Also install example config file
5 years ago
Henrik Grimler
e61ba6c324
php-fpm: add termux-services script
5 years ago
Henrik Grimler
2a0d404de4
postgresql: add termux-services script for postgres
5 years ago
Henrik Grimler
51e8ff4970
nginx: add termux-services script
5 years ago
Henrik Grimler
d34270b56a
privoxy: add termux-services script
5 years ago
Henrik Grimler
d092dd0f40
Merge pull request #4747 from termux/service-scripts
Add termux_step_install_service_scripts and TERMUX_PKG_SERVICE_SCRIPT
5 years ago
Henrik Grimler
422c7dfdaf
mpd: use termux_step_install_service_scripts for service script
5 years ago
Henrik Grimler
956a9f0876
transmission: use termux_step_install_service_scripts for service script
5 years ago
Henrik Grimler
c55ab029bf
termux_step_install_service_scripts: allow <service>/log to be overwritten
Transmission needs a custom log/run script, this allows us to define
it in $TERMUX_PKG_SERVICE_SCRIPT.
5 years ago
Henrik Grimler
029714bf58
openssh: use termux_step_install_service_scripts for service script
This also fixes faulty shebang (#!/bin/sh) in service script
5 years ago
Henrik Grimler
c31e015ccb
tor: use termux_step_install_service_scripts for service script
5 years ago
Henrik Grimler
7c8295eb55
emacs: use termux_step_install_service_scripts for service script
5 years ago
Henrik Grimler
bc82088ce4
busybox: use termux_step_install_service_scripts for service scripts
5 years ago
Henrik Grimler
f88f74cc22
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).
5 years ago
Henrik Grimler
2838c7185c
busybox: add termux-services script for crond
5 years ago
Henrik Grimler
5208bf2fb7
busybox: avoid hardcoded $HOME
5 years ago
Henrik Grimler
8b0c3bb3e3
libgnutls: avoid _FORTIFY_SOURCE for debug build
%ci:no-build
5 years ago
Henrik Grimler
0f68fbd7a6
Merge pull request #4744 from termux/termux-services
termux-services: update to 0.11
5 years ago
Henrik Grimler
1ddfba5126
termux-services: update to 0.11
Also change homepage
5 years ago
Leonid Plyushch
76dd058622
new package: psutils
Requested in https://github.com/termux/termux-packages/issues/2150 .
5 years ago
Leonid Plyushch
e50310ec4f
move lesspipe from unstable repo
5 years ago
Leonid Plyushch
63fbc0c94d
new package: lazyread
Requested in https://github.com/termux/termux-packages/issues/2245 .
5 years ago
Leonid Plyushch
8049241975
rsnapshot: package is platform independent
5 years ago
Leonid Plyushch
027e36b329
new package: rsnapshot
Requested in https://github.com/termux/termux-packages/issues/2463 .
5 years ago
Henrik Grimler
b12c9448b6
php: depend on libicu
Needed for extension intl.
5 years ago
Leonid Plyushch
24856a6d68
perl: fix perlio.c.patch
See issue https://github.com/termux/termux-packages/issues/4738 .
5 years ago
Leonid Plyushch
052f0c1816
docker image: install locales and configure en_US.UTF-8 as default
5 years ago
Leonid Plyushch
142abfa910
hub: build man pages
Issue https://github.com/termux/termux-packages/issues/3373 .
5 years ago
Leonid Plyushch
0304dcc18e
build-package.sh: move golang variable configuration to termux_step_setup_toolchain.sh
Allow to use termux_setup_golang.sh for host builds.
5 years ago
Leonid Plyushch
a992df72f2
new package: gnunet
Requested in https://github.com/termux/termux-packages/issues/4707 .
5 years ago
Leonid Plyushch
6989872c32
new package: rdiff-backup
Requested in https://github.com/termux/termux-packages/issues/4091 .
5 years ago
Leonid Plyushch
0a76ee816b
new package: moreutils
Requested in https://github.com/termux/termux-packages/issues/4148 .
5 years ago
Leonid Plyushch
cbef4a7fd5
new package: polipo
Requested in https://github.com/termux/termux-packages/issues/4431 .
5 years ago
Leonid Plyushch
7f4774e8eb
irssi: bump revision
5 years ago
Leonid Plyushch
1f66857dce
php: enable extensions 'gmp' and 'intl'
See https://github.com/termux/termux-packages/issues/3983#issuecomment-538136712
and https://github.com/termux/termux-packages/issues/2173 .
5 years ago
Leonid Plyushch
5fbcf1c857
php: enable xsl module
Requested in https://github.com/termux/termux-packages/issues/3983 .
5 years ago
Leonid Plyushch
513872baf9
irssi: add support for perl and otr
Related issues:
- https://github.com/termux/termux-packages/issues/4036
- https://github.com/termux/termux-packages/issues/2989
5 years ago
Leonid Plyushch
8ee1b0b1db
new package: mkvtoolnix
Requested in https://github.com/termux/termux-packages/issues/4731 .
5 years ago
Leonid Plyushch
3535fe6406
new package: shellinabox
Requested in https://github.com/termux/termux-packages/issues/934 .
5 years ago
Leonid Plyushch
2045c595ba
termux-auth: update to 1.3
5 years ago
Leonid Plyushch
2fa12ba7b4
termux-auth: update to 1.2
New version brings utility 'pwlogin' - like 'login' from termux-tools
but with password auth support.
Utility is useful only for programs doing remote connections, e.g.
shellinabox or telnetd.
5 years ago
Fredrik Fornwall
4fb6d9207a
yarn: Update from 1.19.2 to 1.21.1
5 years ago
Fredrik Fornwall
2888eada20
erlang: Update from 22.0.7 to 22.2.1
5 years ago
Fredrik Fornwall
8f24291a5f
gmic: Update from 2.7.5 to 2.8.1
5 years ago
Fredrik Fornwall
dd3a48213a
valac: Update from 0.44.6 to 0.46.5
5 years ago
Fredrik Fornwall
d70a366808
exiftool: Update from 11.80 to 11.81
5 years ago
Fredrik Fornwall
1cb5697878
fdupes: Update from 1.6.1 to 2.0.0
5 years ago