https://github.com/kraftland/portable-arch
Build files for use of Portable on Arch Linux
https://github.com/kraftland/portable-arch
configuration pkgbuild pkgbuild-scripts portable sandbox
Last synced: 5 months ago
JSON representation
Build files for use of Portable on Arch Linux
- Host: GitHub
- URL: https://github.com/kraftland/portable-arch
- Owner: Kraftland
- License: gpl-3.0
- Created: 2025-09-08T08:48:22.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-09-08T10:33:52.000Z (11 months ago)
- Last Synced: 2025-09-08T12:18:52.232Z (11 months ago)
- Topics: configuration, pkgbuild, pkgbuild-scripts, portable, sandbox
- Language: HTML
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portable for Arch
This repository is intended for Arch Linux PKGBUILD scripts.
---
# Manual
## Installation:
1. moeOS systems already have this enabled on latest updates
2. 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`
## Usage:
- `paru -Syu` upgrades your system as well as Portable packages
- `paru -Sl portable` to list all packages
- `paru -S [package name]` to install a package
# Contributing
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 pre-commit hook is capable of generating .SRCINFO automatically. To make use of it, run `ln -srf pre-commit .git/hooks/pre-commit`
# Background
This repository was created because of AUR's opaque moderation rules, see [An open letter to the AUR community](https://blog.kimiblock.top/2025/09/08/letter-to-aur/).