diff --git a/srcpkgs/ipafont-fonts-otf/INSTALL.msg b/srcpkgs/ipafont-fonts-otf/INSTALL.msg deleted file mode 100644 index 850546c664b..00000000000 --- a/srcpkgs/ipafont-fonts-otf/INSTALL.msg +++ /dev/null @@ -1 +0,0 @@ -ipafont-fonts-otf is no longer provided by Void Linux, and will be fully removed from the repos on 2019/06/13 diff --git a/srcpkgs/ipafont-fonts-otf/template b/srcpkgs/ipafont-fonts-otf/template index 87645520415..cd7a474d169 100644 --- a/srcpkgs/ipafont-fonts-otf/template +++ b/srcpkgs/ipafont-fonts-otf/template @@ -1,9 +1,23 @@ # Template file for 'ipafont-fonts-otf' pkgname=ipafont-fonts-otf version=003.03 -revision=2 +revision=3 +_pkgver=${version/./} archs=noarch -build_style=meta -short_desc="Japanese OpenType font set (removed package)" -license="metapackage" +wrksrc="IPAfont${_pkgver}" +hostmakedepends="unzip" +depends="font-util xbps-triggers" +short_desc="Japanese OpenType font set" +maintainer="Georg Schabel " +license="IPA" homepage="http://ipafont.ipa.go.jp/" +distfiles="https://oscdl.ipa.go.jp/IPAfont/IPAfont${_pkgver}.zip" +checksum=f755ed79a4b8e715bed2f05a189172138aedf93db0f465b4e20c344a02766fe5 + +font_dirs="/usr/share/fonts/OTF" + +do_install() { + vmkdir usr/share/fonts/OTF + install -m644 *.ttf ${DESTDIR}/usr/share/fonts/OTF + vlicense IPA_Font_License_Agreement_v1.0.txt LICENSE +}