mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
Merge pull request #1006 from rtlanceroad/wqy
New package: wqy-microhei-0.2.0_beta
This commit is contained in:
commit
5597154037
1 changed files with 22 additions and 0 deletions
22
srcpkgs/wqy-microhei/template
Normal file
22
srcpkgs/wqy-microhei/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# 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-2.0"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/wqy/$pkgname/${version//_/-}/$pkgname-${version//_/-}.tar.gz"
|
||||||
|
checksum=2802ac8023aa36a66ea6e7445854e3a078d377ffff42169341bd237871f7213e
|
||||||
|
wrksrc=$pkgname
|
||||||
|
|
||||||
|
depends="font-util"
|
||||||
|
noarch="yes"
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/fonts/TTF
|
||||||
|
install -m644 *.ttc ${DESTDIR}/usr/share/fonts/TTF
|
||||||
|
vlicense LICENSE_GPLv3.txt
|
||||||
|
vlicense LICENSE_Apache2.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue