This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH] testing/font-ipaex: new aport
---
testing/font-ipaex/APKBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 testing/font-ipaex/APKBUILD
diff --git a/testing/font-ipaex/APKBUILD b/testing/font-ipaex/APKBUILD
new file mode 100644
index 0000000000..42647c8704
--- /dev/null
+++ b/testing/font-ipaex/APKBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Tomas Volf <wolf@wolfsden.cz>
+pkgname=font-ipaex
+pkgver=00401
+pkgrel=0
+pkgdesc="Japanese outline fonts following the tradition of Japanese printing font"
+url="https://www.ipa.go.jp/"
+arch="noarch"
+license="IPA"
+depends="fontconfig"
+options="!check" # No test suite
+install=""
+source="https://data.wolfsden.cz/mirror/IPAexfont$pkgver.zip"
+builddir="$srcdir/IPAexfont$pkgver"
+
+package() {
+ install -Dm644 -t "$pkgdir"/usr/share/fonts/ipaexfont *.ttf
+}
+
+sha512sums="
+fe639ded0a25eed66df8cc1e9d5e965b501574a25fab542a749b3cb8464690448e44343ff5845aecd3224ec481c4089ee56e64880cbbc9211a260b22d4cc68cd IPAexfont00401.zip
+"
--
2.33.1