balki-aur
Archlinux custom packages
Below are archlinux packages from AUR or official archlinux repo with some new feature updates and upgrade to latest version
Usage
Add repo to pacman.conf
sed -i "/[[]custom[]]/r /dev/fd/5" /etc/pacman.conf 5<<'CLIP'
[balki-aur]
SigLevel = Required
Server = https://gitea.balki.me/api/packages/balki-aur/arch/balki-aur/$arch
CLIP
Add repo key to pacman
curl -s "https://gitea.balki.me/api/packages/balki-aur/arch/repository.key" | pacman-key --add -
Get the key id of the added key. (the last one)
pacman-key -l | tail
Sign the key
pacman-key --init
pacman-key --lsign-key LAST_KEY_ID_FROM_PREVIOUS_OUTPUT
All apps from here, can be installed using pacman. E.g.
pacman -Syu phanpy-bin
Common changes
- pkgrel starts with
11
. Last digit corresponds to upstream pkgrel and tenth place is for my pkgrel. - Add .gitignore in all packages
librespeed-go
librespeed-go
Go project to test internet speed. Like speedtest.net
Changes
- Fix bug in config initialization
- Support bcrypt for stats password (instea of plain text)
- Update to latest git commit
AUR | github | My PR |
---|
arti
arti
Tor implementation in rust
Changes
- Enable experimental restricted-discovery feature
Arch | git | Web | My Change |
---|
gotosocial
gotosocial
ActivityPub social network server written in Golang
Changes
- Support listening on unix sockets
AUR | github | Web | My PR |
---|
Updated 2025-06-16 14:27:07 -04:00
Updated 2025-06-13 09:45:08 -04:00
Updated 2025-06-09 22:48:57 -04:00
Updated 2024-12-08 11:57:54 -05:00