3.3 KiB
3.3 KiB
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 |
---|