wastrachan / pkgbuilds

Repository of AUR Packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Repository of AUR Packages

License:The Unlicense


Languages

Language:Shell 70.9%Language:Makefile 27.1%Language:Dockerfile 2.0%