ipafont-fonts-otf: reinstate with new distfiles url
This commit is contained in:
parent
fd8552974c
commit
133065d259
|
@ -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
|
|
|
@ -1,9 +1,23 @@
|
||||||
# Template file for 'ipafont-fonts-otf'
|
# Template file for 'ipafont-fonts-otf'
|
||||||
pkgname=ipafont-fonts-otf
|
pkgname=ipafont-fonts-otf
|
||||||
version=003.03
|
version=003.03
|
||||||
revision=2
|
revision=3
|
||||||
|
_pkgver=${version/./}
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=meta
|
wrksrc="IPAfont${_pkgver}"
|
||||||
short_desc="Japanese OpenType font set (removed package)"
|
hostmakedepends="unzip"
|
||||||
license="metapackage"
|
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/"
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue