2025-09-01 00:10:15 +03:00
2025-09-01 00:10:15 +03:00
2025-08-25 21:08:27 +03:00
2025-08-25 21:08:27 +03:00

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

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
Description
Custom PKGBUILD files are contained here.
Readme 53 KiB
Languages
Shell 100%