Commit Graph

14097 Commits

Author SHA1 Message Date
Yaksh Bariya b81aae096b
`shiori`: Cache Golang dependencies 2021-07-05 19:01:13 +05:30
Yaksh Bariya c0c72dd56a
`syncthing`: Cache Golang dependencies 2021-07-05 19:00:17 +05:30
Yaksh Bariya b5950892b5
`sops`: Cache Golang dependencies 2021-07-05 18:58:39 +05:30
Yaksh Bariya 9448d15604
`tweego`: Cache Golang dependencies 2021-07-05 18:57:55 +05:30
Yaksh Bariya 85fecd2f10
`glow`: Cache Golang dependencies 2021-07-05 18:50:37 +05:30
Yaksh Bariya d36092ca64
`gbt`: Cache Golang dependencies 2021-07-05 18:48:12 +05:30
Yaksh Bariya cd095dd510
`fzf`: Cache Golang dependencies 2021-07-05 18:47:15 +05:30
Yaksh Bariya d6058f0ffb
`elvish`: Cache Golang dependencies 2021-07-05 18:46:04 +05:30
Yaksh Bariya 3f18f98248
`duf`: Cache Golang dependencies 2021-07-05 18:45:09 +05:30
Yaksh Bariya 36a483a863
`delve`: Cache Golang dependencies 2021-07-05 18:44:30 +05:30
Yaksh Bariya f4521b29f4
`croc`: Cache Golang dependencies 2021-07-05 18:43:45 +05:30
Yaksh Bariya b438bd0d76
`chezmoi`: Cache Golang dependencies 2021-07-05 18:35:58 +05:30
Yaksh Bariya 237824baa4
`caddy`: Cache Golang dependencies 2021-07-05 18:35:05 +05:30
Yaksh Bariya aab1187d93
`brook`: Cache Golang dependencies 2021-07-05 18:32:16 +05:30
Yaksh Bariya dbf6b15ea8
`aptly`: Cache Golang dependencies 2021-07-05 18:31:25 +05:30
Yaksh Bariya bef17c470d
`antibody`: Cache Golang dependencies 2021-07-05 18:23:46 +05:30
Yaksh Bariya 529731afc8
`gh`: Cache Golang dependencies 2021-07-05 18:21:57 +05:30
Termux Github Actions 7a19665fbb hugo: update to 0.85.0
This commit has been automatically submitted by Github Actions.
2021-07-05 12:16:28 +00:00
Yaksh Bariya 2be2df1224
`slides`: Cache Golang dependencies 2021-07-05 17:10:06 +05:30
Yaksh Bariya 13466285ae
`pup`: Cache Golang dependencies 2021-07-05 17:09:51 +05:30
Yaksh Bariya ff987a68c7
`lazygit`: Cache Golang dependencies 2021-07-05 17:08:58 +05:30
Yaksh Bariya 2fa1dfb56e
`direnv`: Cache Golang dependencies 2021-07-05 17:08:25 +05:30
Yaksh Bariya 4df334f2e5
`germaniu.`: Bump and cache go dependencies 2021-07-05 13:54:49 +05:30
Yaksh Bariya d3b464f0bd
`flyctl`: Cache Golang dependencies 2021-07-05 13:48:11 +05:30
Yaksh Bariya f450d386ea
`hugo`: Fix typo and also build errors 2021-07-05 13:34:36 +05:30
Yaksh Bariya 07fe73079c
`hugo`: hostbuild with linux extended tags 2021-07-05 12:54:43 +05:30
Yaksh Bariya b8037128f3
`termux_go_get`: Do not override `$GOPATH` 2021-07-05 12:22:15 +05:30
Yaksh Bariya 55ebd77645
Fix build errors 2021-07-05 12:10:22 +05:30
Yaksh Bariya 8c29ad042e
`hugo`: Cache Golang dependencies 2021-07-05 11:34:25 +05:30
Yaksh Bariya e3b4b4fe40
`age`: Cache Golang dependencies 2021-07-05 09:53:22 +05:30
Yaksh Bariya 92f1afaa54
Fix go cache reliability in some edge cases 2021-07-05 09:33:28 +05:30
Yaksh Bariya 40aef7e5ea
Move golang cache logic out of build.sh 2021-07-05 09:22:16 +05:30
Yaksh Bariya b109e79c2c
Run `go get` after restoring cache
While updating packages, dependency versions may have changed
2021-07-05 08:36:22 +05:30
Henrik Grimler 93fca0f5c3 perl: add -pie flag when compiling perl modules on arm and i686
Before, trying to compile some perl modules on arm fails with an
error like

t/01-simple.t ..... 5/7 "./add": error: Android 5.0 and later only support position-independent executables (-fPIE).

No idea why it occurs on arm but not on aarch64 or x86_64. Error
should probably be fixed properly elsewhere in perl's source code, but
let's go for this easy fix for now. Adding -pie here also introduces
warnings when building perl packages on device due to clang -E not
recognizing it, but at least they compile..

Tested on lineage-18.1 arm tablet.
2021-07-04 21:46:28 +02:00
Henrik Grimler c7443b67fe perl: dont pass linker flags to `clang -E`
I.e. preprocessor mode. This silences warning messages both when
cross-compiling perl and when compiling perl packages on device.

Note that the main perl binary ends up with RUNPATH set to
$PREFIX/lib/perl5/5.32.1/arm-android/CORE, instead of $PREFIX/lib
_and_ $PREFIX/lib/perl5/5.32.1/arm-android/CORE.  perl only links
against the standard libraries and libperl.so though, and the latter
is in $PREFIX/lib/perl5/5.32.1/arm-android/CORE so there should be no
need to add $PREFIX/lib to RUNPATH (unless I am missing something).

Tested by running perl and installing some perl modules on an arm
tablet,
2021-07-04 21:38:43 +02:00
Yaksh Bariya 9942832788
Cache depeneencies for `aerc` on device builds 2021-07-04 22:03:33 +05:30
Jia Yuan Lo 3ed4c8eec4 emscripten: update to 2.0.25 2021-07-04 13:52:31 +03:00
YAKSH BARIYA 663f812d12
flyctl: update to 0.228 (#7095) 2021-07-04 13:52:00 +03:00
YAKSH BARIYA 1fa9c8ac52
fish: update to 3.3.0 (#7099) 2021-07-04 13:51:34 +03:00
Termux Github Actions 24f36a5fea clash: update to 1.6.5
This commit has been automatically submitted by Github Actions.
2021-07-03 18:08:03 +00:00
Termux Github Actions c5074d4a4c fmt: update to 8.0.1
This commit has been automatically submitted by Github Actions.
2021-07-03 00:10:23 +00:00
Termux Github Actions 140a9994ba chezmoi: update to 2.1.0
This commit has been automatically submitted by Github Actions.
2021-07-03 00:09:56 +00:00
Termux Github Actions b766b67ebd k9s: update to 0.24.13
This commit has been automatically submitted by Github Actions.
2021-07-01 18:18:48 +00:00
Termux Github Actions e53976156f hugo: update to 0.84.4
This commit has been automatically submitted by Github Actions.
2021-07-01 18:15:52 +00:00
Termux Github Actions a286c70e32 elixir: update to 1.12.2
This commit has been automatically submitted by Github Actions.
2021-07-01 18:07:33 +00:00
Ridhwan Ikhwanto 93ab3ef342
age: update to 1.0.0-rc.3 (#7080) 2021-07-01 13:43:27 +03:00
YAKSH BARIYA 8c38c828b7
nushell: update to 0.33.0 (#7078) 2021-07-01 12:52:38 +03:00
ruki 8f4e8aa7d3
xmake: package changed license (#7084) 2021-07-01 12:51:09 +03:00
Aditya Alok 4cb3c0620e
new package: dust (#7086) 2021-07-01 12:45:37 +03:00
Termux Github Actions cf13aa34c7 xmake: update to 2.5.5
This commit has been automatically submitted by Github Actions.
2021-07-01 06:13:24 +00:00