Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 652 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 652 Bytes

releng-tool pkgbuild

This repository manages a PKGBUILD definition used to prepare a releng-tool release for an Arch Linux system. The aur directory is synchronized with this project's AUR package:

Arch User Repository - releng-tool
https://aur.archlinux.org/packages/releng-tool/

Commands

Verify PKGBUILD is correct:

namcap PKGBUILD

Build a package using makepkg:

makepkg

Verify the generated package:

namcap <built-package-name>

To update .SRCINFO, the following command can be used:

makepkg --printsrcinfo >.SRCINFO