From 5ca80f4f790edefd525d7311e391fe57b302e50e Mon Sep 17 00:00:00 2001 From: JustAnyone Date: Mon, 25 Aug 2025 20:50:06 +0300 Subject: [PATCH] Add a README and a simple gitignore for ttf-edo-sz --- README.md | 23 +++++++++++++++++++++++ ttf-edo-sz/.gitginore | 4 ++++ 2 files changed, 27 insertions(+) create mode 100644 README.md create mode 100644 ttf-edo-sz/.gitginore 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