Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

aarch64

Latest
Compare
Choose a tag to compare
@kwankiu kwankiu released this 19 Jun 17:38
· 11 commits to main since this release

(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