Add a README and a simple gitignore for ttf-edo-sz

This commit is contained in:
2025-08-25 20:50:06 +03:00
parent 3cc23c548a
commit 5ca80f4f79
2 changed files with 27 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# Building
## Regularly
Navigate to the package directory and run
```sh
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
```sh
pkgctl build
```

4
ttf-edo-sz/.gitginore Normal file
View File

@@ -0,0 +1,4 @@
*.tar
/pkg
/src
!/PKGBUILD