This repository is intended for Arch Linux PKGBUILD scripts.
- moeOS systems already have this enabled on latest updates
- Ordinary Arch systems:
- Install
paru
Edit /etc/paru.conf, add the following to include this repository:
[portable]
Url = https://github.com/Kraftland/portable-arch.git
Depth = 10
SkipReview
And add or uncomment Chroot
Warning! Please use chroot to build these packages.
(Note that SkipReview skips the paru review functionality, if you wish to have that please comment it out.)
- Sync PKGBUILDs:
paru -Syu --pkgbuilds
paru -Syuupgrades your system as well as Portable packagesparu -Sl portableto list all packagesparu -S [package name]to install a package
We are currently only accepting x86_64 and any packages. Please place your PKGBUILD and up-to-date .SRCINFO under x86_64/${pkgname} or any/${pkgname} and create pull requests. Or become a maintainer by sending Kimiblock Moe an email. If you are in need of other architectures, let me know.
The main branch is protected, please always push to another branch and merge via pull request. Please do not change packages which do not belong to you.
This repository was created because of AUR's opaque moderation rules, see An open letter to the AUR community.