ca6d0c3a430fe2d1eb7dc05e9892f512acb3b671
This repository contains custom PKGBUILD files for packaging various things.
Building
This details how to build a specific package.
Regularly
Navigate to the package directory and run
makepkg -si
You may also need to generate .SRCINFO file with the following command:
makepkg --printsrcinfo > .SRCINFO
In chroot
Based on an Arch Wiki article.
First, install the devtools package from the official repository. Then navigate to the package directory and run:
pkgctl build
If it gets built, you can install the resulting .pkg file via:
sudo pacman -U packagename.pkg.tar.zst
The following command can be used to recreate the chroot.
pkgctl build -c
Description
Languages
Shell
100%