Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marokiki/arch-repos
It contains the builded packages for Arch User Repository (AUR).
https://github.com/marokiki/arch-repos
archlinux aur dockerfile github-actions
Last synced: about 1 month ago
JSON representation
It contains the builded packages for Arch User Repository (AUR).
- Host: GitHub
- URL: https://github.com/marokiki/arch-repos
- Owner: marokiki
- License: mit
- Created: 2024-09-01T02:09:04.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-29T05:57:03.000Z (3 months ago)
- Last Synced: 2024-10-15T16:21:23.573Z (3 months ago)
- Topics: archlinux, aur, dockerfile, github-actions
- Language: Dockerfile
- Homepage: https://marokiki.github.io/arch-repos/
- Size: 283 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arch-repos
This reposity is derived from https://github.com/rf-castle/my-arch-packages.It contains the builded packages for Arch User Repository (AUR).
You should create a new repository for your own packages.
## How to build
1. Clone the repository:
```
git clone https://github.com/marokiki/arch-repos.git
```2. Add the package you want to build by git submodule:
```
git submodule add https://aur.archlinux.org/.git packages/
git submodule update --init --recursive
```3. Push the changes to the repository:
```
git add .
git commit -m "Add "
git push
```4. GitHub Actions will build the package and upload it to the repository.
## How to use
1. Add the following lines to your `/etc/pacman.conf`:
```
[parrot]
SigLevel = Optional TrustAll
Server = https://marokiki.github.io/arch-repos/
```2. Update the package database:
```
sudo pacman -Sy
```3. Install the package you want:
```
sudo pacman -S
```## To Do
- [ ] Add automatic package update
- A package should be updated when the upstream repository is updated
- Only updated packages should be built