Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.52 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.52 KB

pkgbuilds

This is a collection of the PKGBUILD files (Arch User Repository install files) that I maintain.

Feel free to submit PRs if you want to see a change or an update, I'll be likely to merge, test, and push soon.

Usage

  1. Edit PKGBUILD
  2. makepkg --check
  3. namcap PKGBUILD
  4. namcap *.xz
  5. makepkg --printsrcinfo > .SRCINFO
  6. git commit -am 'Meaningful commit message'
  7. git push

Resources