Update READMe and add msosa

This commit is contained in:
2025-08-25 21:08:27 +03:00
parent 0befb68519
commit 28af9ea346
8 changed files with 110 additions and 6 deletions

View File

@@ -1,10 +1,8 @@
This repository contains custom PKGBUILD files for packaging various things.
# Building
This details how to build a specific package.
## Regularly
@@ -16,8 +14,13 @@ makepkg -si
## In chroot
Based on [an Arch Wiki article](https://wiki.archlinux.org/title/Creating_packages#Using_pkgctl_to_build_in_a_clean_chroot_environment).
First, install the `devtools` package from the official repository. Then navigate to the package directory and run
First, install the `devtools` package from the official repository. Then navigate to the package directory and run:
```sh
pkgctl build
```
If it gets built, you can install the resulting `.pkg` file via:
```sh
sudo pacman -U packagename.pkg.tar.zst
```