https://github.com/uetchy/archpkgs
ArchLinux PKGBUILD repository w/ cleanroom testing
https://github.com/uetchy/archpkgs
Last synced: 3 months ago
JSON representation
ArchLinux PKGBUILD repository w/ cleanroom testing
- Host: GitHub
- URL: https://github.com/uetchy/archpkgs
- Owner: uetchy
- License: apache-2.0
- Created: 2020-12-30T09:06:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T14:32:49.000Z (over 4 years ago)
- Last Synced: 2025-01-02T02:43:38.665Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# ArchLinux PKGBUILD repository
## Cleanroom testing
Build each package within a clean built ArchLinux container on Docker.
```bash
make
```
### Test specific package
```bash
make pkgs/
```
### Calculate SHASUM
```bash
curl | shasum -a 256
```
## further readings
- [AUR submission guidelines - ArchWiki](https://wiki.archlinux.org/index.php/AUR_submission_guidelines)