ipafont-fonts-otf: reinstate with new distfiles url

This commit is contained in:
maciozo 2019-03-16 00:08:51 +00:00 committed by maxice8
parent fd8552974c
commit 133065d259
2 changed files with 18 additions and 5 deletions

View File

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

View File

@ -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 <gescha@posteo.de>"
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
}