diff --git a/README.md b/README.md new file mode 100644 index 0000000..1203f2b --- /dev/null +++ b/README.md @@ -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 +``` + diff --git a/ttf-edo-sz/.gitginore b/ttf-edo-sz/.gitginore new file mode 100644 index 0000000..ac6b1c0 --- /dev/null +++ b/ttf-edo-sz/.gitginore @@ -0,0 +1,4 @@ +*.tar +/pkg +/src +!/PKGBUILD \ No newline at end of file