/pkgbuilds

Repository of AUR Packages

Primary LanguageShellThe UnlicenseUnlicense

PKGBUILD Files

Repository of packages maintained by rew1red on the AUR, intended for use with the aurpublish helper.

Packages

Usage

Updating PKGBUILD Files

The following is a normal workflow for updating a package in this repository:

  1. Pull changes from aur (for co-maintained projects) with make update
  2. Modify pkgbuild as neccesary
  3. Test new pkgbuild file
  4. Commit changes
  5. Publish to aur with make publish-<pkgname>
  6. Push changes to origin

Test PKGBUILD Files

The following is a normal workflow for testing a change to a pkgbuild:

  1. cd <pkgname>
  2. namcap PKGBUILD
  3. makepkg -Ccsfr
  4. namcap <pkgname>-<pkgver>-<arch>.pkg.tar.xz
  5. Delete built package and any downloaded sources
  6. Test in a clean arch build: make test-<pkgname>