~alpine/aports

testing/font-ipaex: new aport v1 REJECTED

Wolf: 1
 testing/font-ipaex: new aport

 1 files changed, 21 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3756/mbox | git am -3
Learn more about email & git

[PATCH] testing/font-ipaex: new aport Export this patch

---
 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