This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
(NEW) Pacman Repository (WIP)
Some packages are experimental
If a package / dependency is hosted on https://github.com/7Ji/archrepo I will not host a duplicated package here.
Therefore, for full experience, make sure to add 7Ji's archrepo to your system as well.
Direct trust
import my signing key:
sudo pacman-key --recv-keys B669E3B56B3DC918
sudo pacman-key --lsign B669E3B56B3DC918
add the following session in your /etc/pacman.conf:
for asahi:
[asahi]
Server = https://github.com/kwankiu/PKGBUILDs/releases/download/$arch
for rockchip:
[rockchip]
Server = https://github.com/kwankiu/PKGBUILDs/releases/download/$arch
Bypass GPG Signature
if you encounter gpg signature issue, you can disable it by adding SigLevel = Never
in your /etc/pacman.conf like this:
[asahi]
SigLevel = Never
Server = https://github.com/kwankiu/PKGBUILDs/releases/download/$arch