19 lines
580 B
Bash
19 lines
580 B
Bash
# Template file for 'font-mplus-ttf'
|
|
pkgname=font-mplus-ttf
|
|
version=063a
|
|
revision=2
|
|
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
|
|
}
|