An open API service indexing awesome lists of open source software.

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

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)