commit 3cc23c548a6bcb43ab517fa27c4a30b834e0bcf4 Author: JustAnyone Date: Mon Aug 25 19:58:55 2025 +0300 Add ttf-edo-sz diff --git a/ttf-edo-sz/.SRCINFO b/ttf-edo-sz/.SRCINFO new file mode 100644 index 0000000..acba060 --- /dev/null +++ b/ttf-edo-sz/.SRCINFO @@ -0,0 +1,11 @@ +pkgbase = ttf-edo-sz + pkgdesc = Edo Sz font by Vic Fieger. + pkgver = 1 + pkgrel = 1 + url = https://www.dafont.com/edo-sz.font + arch = any + license = OFL-1.1 + source = https://dl.dafont.com/dl/?f=edo_sz + sha256sums = 939711b8211eb798aa4446dc070dd3590478c73982d39d399b0b7a8c84840cde + +pkgname = ttf-edo-sz diff --git a/ttf-edo-sz/PKGBUILD b/ttf-edo-sz/PKGBUILD new file mode 100644 index 0000000..25140c3 --- /dev/null +++ b/ttf-edo-sz/PKGBUILD @@ -0,0 +1,14 @@ +pkgname=ttf-edo-sz +pkgver=1 +pkgrel=1 +pkgdesc="Edo Sz font by Vic Fieger." +arch=('any') +url="https://www.dafont.com/edo-sz.font" +license=('OFL-1.1') +source=(https://dl.dafont.com/dl/?f=edo_sz) +sha256sums=('939711b8211eb798aa4446dc070dd3590478c73982d39d399b0b7a8c84840cde') + +package() { + cd "$srcdir" + install -Dvm644 *.ttf -t "$pkgdir/usr/share/fonts/TTF" +}