void-packages/srcpkgs/wqy-microhei/template

23 lines
730 B
Text
Raw Normal View History

2015-02-21 23:35:41 +00:00
# Template file for 'dejavu-fonts-ttf'
pkgname=wqy-microhei
version=0.2.0_beta
revision=1
short_desc="A Sans-Serif style high quality CJK outline font"
maintainer="rtlanceroad <rtlanceroad@gmail.com>"
homepage="http://wenq.org"
license="GPL-3, APACHE"
distfiles="${SOURCEFORGE_SITE}/wqy/$pkgname/${version//_/-}/$pkgname-${version//_/-}.tar.gz"
checksum=2802ac8023aa36a66ea6e7445854e3a078d377ffff42169341bd237871f7213e
wrksrc=$pkgname
depends="font-util fontconfig xbps-triggers>=0.58"
noarch="yes"
font_dirs="/usr/share/fonts/TTF"
do_install() {
vmkdir usr/share/fonts/TTF
install -m644 *.ttc ${DESTDIR}/usr/share/fonts/TTF
vmkdir usr/share/licenses/$pkgname
install -m644 LICENSE* ${DESTDIR}/usr/share/licenses/$pkgname
}