๐ Apeiraco Arch-Repo โ
A personal, fully-automated Arch Linux user repository (similar to a "scoop-bucket").
This repository serves as a custom Pacman repository, focusing on automatically maintaining software that is not readily available or frequently updated in the AUR, such as pre-compiled developer tools and binaries.
๐ฆ Package Directory โ
๐ป Developer Tools โ
| Package | Description |
|---|---|
| openvscode-server-bin | Run upstream VS Code on a remote machine with access through a modern web browser. |
๐ Quick Start โ
Add Repository โ
Append the following configuration to your /etc/pacman.conf:
[apeiraco]
SigLevel = Optional TrustAll
Server = https://arch-repo.apeiraco.com/$archSync and Install โ
# Update repository databases
sudo pacman -Sy
# Install a package
sudo pacman -S openvscode-server-bin๐ค Contribution Guidelines โ
This repository relies on GitHub Actions, nvchecker, and updpkgsums to minimize manual intervention. If you want to contribute or add new packages:
- Automation First: New packages must have a proper
PKGBUILDand an entry in.nvchecker.tomlfor automatic updates. - Upstream Alignment: Suffix pre-compiled binaries with
-bin. Supportx86_64andaarch64when upstream provides them. - Opt Installation: Large binary blobs (like
openvscode-server-bin) should be installed to/opt/<pkgname>with symlinks to/usr/bin/. - User Services: Prefer
systemduser services (/usr/lib/systemd/user/*.service) for background development tools instead of system-wide services.
For detailed Agent or contributor instructions, please read AGENTS.md.
๐ License โ
The Unlicense - Public Domain
Note: The license of the software provided in this repository is subject to the upstream repositories. Please refer to the license declarations of the original projects.