Commit Graph

17602 Commits

Author SHA1 Message Date
Termux Github Actions be8bb0b51f lazygit: update to 0.34
This commit has been automatically submitted by Github Actions.
2022-03-17 12:11:51 +00:00
Jia Yuan Lo 3c2bb78ae0 mold: update to 1.1.1 2022-03-17 13:42:59 +09:00
Tee KOBAYASHI ca0d7e6c5f python: Update to 3.10.3 2022-03-17 13:40:58 +09:00
Termux Github Actions 80480938f1 erlang: update to 24.3.2
This commit has been automatically submitted by Github Actions.
2022-03-17 00:34:09 +00:00
Tee KOBAYASHI 9dd409da02 gogs: Use `go install` instead of `go get`
%ci:no-build
2022-03-17 04:25:47 +09:00
Termux Github Actions 85913a69af solidity: update to 0.8.13
This commit has been automatically submitted by Github Actions.
2022-03-16 18:52:59 +00:00
Tee KOBAYASHI f2468fee59 aptly: Use `go mod tidy`
%ci:no-build
2022-03-17 01:38:15 +09:00
Aditya Alok d11d6846e7
refactor(haskell-build): remove default-setup.hs
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:40 +01:00
Aditya Alok 52d7cc88d2
fix(setup ghc cross compiler): call `__termux_haskell_register_packages` after cross ghc setup
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:38 +01:00
Aditya Alok 0866d7b388
fix(setup ghc): create tmpdir in `/tmp`
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:35 +01:00
Aditya Alok 744c20a12d
refactor(setup ghc cross compiler): remove arch specific dirs
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:30 +01:00
Aditya Alok 7b0cf76bad
fix(setup ghc): typo in command `termux_download`
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:26 +01:00
Aditya Alok 6137422df7
fix(setup ghc cross compiler): run `__termux_haskell_register_packages` only when ghc has been setup
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:22 +01:00
Aditya Alok a5f9e8199a
style: lint with shellcheck
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:20 +01:00
Aditya Alok 5dfa5ccbd0
fix(setup ghc cross compiler): did no registered haskell packages
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:17 +01:00
Aditya Alok f21125b33a
feat(haskell build): export configure variables in setup toolchain step
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:15 +01:00
Aditya Alok f58de40f2e
feat(build-package.sh): create debscripts for haskell packages
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:12 +01:00
Aditya Alok 0590811415
fix(configure haskell build): remove `runghc` arg
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:10 +01:00
Aditya Alok a9b411f577
feat(setup ghc cross): handle package registration
feat(termux_setup_ghc_cross_compiler): handle haskell packages registration

chore(termux_setup_ghc_cross_compiler): update checksum

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:07 +01:00
Aditya Alok 3c9ed52daf
feat(haskell build): adhere to new setup script
feat(termux_setup_jailbreak_cabal): use pre-compiled binary

chore(termux_setup_cabal): update checksum

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:04 +01:00
Aditya Alok d47825a88c
feat(haskell build system): remove unwanted files/dirs before packaging
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>

fix(termux_step_massage): add `-r` option to `rm` command to delete dir

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>

wip
2022-03-16 15:32:01 +01:00
Aditya Alok 49c3e79513
feat(setup ghc cross compiler): make it work independently from other build steps
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:59 +01:00
Aditya Alok 0a47e01c4d
feat: setup ghc cross compiler during configure step
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:56 +01:00
Aditya Alok 225a560590
feat(build-package.sh): source haskell build scripts
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:53 +01:00
Aditya Alok 6219a64f32
feat(build scripts): add configure script for haskell packages
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:51 +01:00
Aditya Alok e492c145af
feat(setup ghc): use patched Cabal package
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:48 +01:00
Aditya Alok 39bf6e9835
feat(build scripts): add steps for haskell packages
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>

refactor(termux_step_get_dependencies): move haskell build steps from here
2022-03-16 15:31:45 +01:00
Aditya Alok e63a8b36a8
feat(haskell build): add default setup.hs
It is used when package does not ship with its own Setup.hs

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:43 +01:00
Aditya Alok e913a1913e
feat(build scripts): add script to setup jailbreak-cabal
It is use to remove version constraints from cabal packages

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:40 +01:00
Aditya Alok feec2fe8ec
feat(build scripts): add script to setup ghc cross compiler
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:36 +01:00
Aditya Alok dbed364f00
feat(build scripts): add script to setup cabal
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:33 +01:00
Tee KOBAYASHI 202aab9a77 grafana: Use termux_setup_nodejs
%ci:no-build
2022-03-16 22:59:28 +09:00
Julian Fairfax 205da10123
Fix issue with hydroxide and K-9 Mail 2022-03-16 14:50:23 +01:00
Termux Github Actions 06ce8bbf6c taskwarrior: update to 2.6.2
This commit has been automatically submitted by Github Actions.
2022-03-16 12:11:34 +00:00
Tee KOBAYASHI de39e20ac5 new package: predict 2022-03-16 18:00:11 +09:00
Tee KOBAYASHI eb34f28813 perl: Update to 5.34.1 2022-03-16 12:51:57 +05:30
Tee KOBAYASHI d0dafa2437 librsvg: Update to 2.52.7 2022-03-16 15:57:36 +09:00
Tee KOBAYASHI aaafbb73dc krb5: Update to 1.19.3 2022-03-16 15:57:11 +09:00
Tee KOBAYASHI 9af42e07fb openssl-1.1: Update to 1.1.1n 2022-03-16 15:02:45 +09:00
Tee KOBAYASHI de8241d2dc openssl: Update to 3.0.2 2022-03-16 15:02:45 +09:00
Tee KOBAYASHI 816ab0a967 new package: znc 2022-03-16 14:52:37 +09:00
Tee KOBAYASHI 3ec084c976 new package: pngcrush 2022-03-16 14:51:23 +09:00
tareksander ff4534ae24 Add package: termux-gui-package 2022-03-16 11:08:47 +09:00
Termux Github Actions 02349cb8b9 miniserve: update to 0.19.3
This commit has been automatically submitted by Github Actions.
2022-03-16 00:19:57 +00:00
Termux Github Actions 48224ffca6 gh: update to 2.6.0
This commit has been automatically submitted by Github Actions.
2022-03-15 18:34:30 +00:00
Termux Github Actions 872cf95eac flyctl: update to 0.0.306
This commit has been automatically submitted by Github Actions.
2022-03-15 18:32:11 +00:00
Termux Github Actions 2f8b2b6818 erlang: update to 24.3.1
This commit has been automatically submitted by Github Actions.
2022-03-15 18:29:35 +00:00
Termux Github Actions 0e08198986 libjasper: update to 3.0.3
This commit has been automatically submitted by Github Actions.
2022-03-15 12:08:47 +00:00
Tee KOBAYASHI 898338c562 apache2: Update to 2.4.53 2022-03-15 15:42:28 +09:00
Tee KOBAYASHI b8d6bc5de3 phpmyadmin: Update to 5.1.3 2022-03-15 15:41:20 +09:00