Add a README and a simple gitignore for ttf-edo-sz
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user