Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brokenpip3/my-pkgbuilds
This repo contains all the archlinux packages that I maintain on archlinux aur.
https://github.com/brokenpip3/my-pkgbuilds
archlinux aur aur-packages pkgbuild
Last synced: 3 months ago
JSON representation
This repo contains all the archlinux packages that I maintain on archlinux aur.
- Host: GitHub
- URL: https://github.com/brokenpip3/my-pkgbuilds
- Owner: brokenpip3
- Created: 2023-01-29T17:26:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T10:08:21.000Z (4 months ago)
- Last Synced: 2024-10-10T21:10:54.867Z (4 months ago)
- Topics: archlinux, aur, aur-packages, pkgbuild
- Language: Shell
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# My aur pkgbuilds
This repo contains all the archlinux aur [packages](https://aur.archlinux.org/packages?O=0&SeB=m&K=brokenpip3&outdated=&SB=p&SO=d&PP=50&submit=Go) that I maintain.
## CI
* [PR workflow](.github/workflows/pr.yaml) that analyze every PR and try to build any modified package.
* [Auto update workflow](.github/workflows/auto-check-updates.yaml) that checks if the upstream version is changed (only the
sources that are hosted on `github.com` atm) and in that case will try to
build the package. If the packages builds successfully the flow will
automatically create a PR ([example](https://github.com/brokenpip3/my-pkgbuilds/pull/2)) for that single package.* [Auto push workflow](.github/workflows/auto-push-updates.yaml) that will push automatically the package update to aur after the PR will be merged.
PRs are welcome!