Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 400 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 400 Bytes

ArchLinux PKGBUILD repository

Cleanroom testing

Build each package within a clean built ArchLinux container on Docker.

make

Test specific package

make pkgs/<pkgbase>

Calculate SHASUM

curl <url.tar.gz> | shasum -a 256

further readings