void-packages/srcpkgs/font-mplus-ttf/template
2019-09-25 12:44:35 +02:00

21 lines
630 B
Bash

# Template file for 'font-mplus-ttf'
pkgname=font-mplus-ttf
version=063a
revision=1
archs=noarch
wrksrc="mplus-TESTFLIGHT-${version}"
depends="fontconfig font-util"
short_desc="M+ Japanese outline fonts"
maintainer="Satoshi Amemiya <amemiya@protonmail.com>"
license="CC0-1.0"
homepage="https://mplus-fonts.osdn.jp/"
distfiles="http://jaist.dl.osdn.jp/mplus-fonts/62344/mplus-TESTFLIGHT-${version}.tar.xz"
checksum=44eb973b4b6aff574de454db105ddc23e6749c2294734bd9cb1e0d734e4cdd79
font_dirs="/usr/share/fonts/TTF"
do_install() {
vmkdir usr/share/fonts/TTF
install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF
vlicense LICENSE_E
}