21 lines
628 B
Bash
21 lines
628 B
Bash
# Template file for 'font-mplus-ttf'
|
|
pkgname=font-mplus-ttf
|
|
version=063
|
|
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="custom"
|
|
homepage="https://mplus-fonts.osdn.jp/"
|
|
distfiles="http://jaist.dl.osdn.jp/mplus-fonts/62344/mplus-TESTFLIGHT-${version}.tar.xz"
|
|
checksum=149a5c97c35624d79ffb3cbbdd56559319085229acaf72b49b56adc5ede0979c
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF
|
|
vlicense LICENSE_E
|
|
}
|