~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH v2] testing/font-ipaex: new aport

Details
Message ID
<20211115153718.52329-1-wolf@wolfsden.cz>
DKIM signature
missing
Download raw message
Patch: +20 -0
---
- remove empty variable
- add -- before *.ttf

 testing/font-ipaex/APKBUILD | 20 ++++++++++++++++++++
 1 file changed, 20 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..b4906f478a
--- /dev/null
+++ b/testing/font-ipaex/APKBUILD
@@ -0,0 +1,20 @@
# 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
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
Reply to thread Export thread (mbox)