19 lines
716 B
Bash
19 lines
716 B
Bash
# Template file for 'font-libertine-graphite-ttf'
|
|
pkgname=font-libertine-graphite-ttf
|
|
version=20120116
|
|
revision=1
|
|
depends="font-util"
|
|
short_desc="Linux Libertine family of fonts - G version"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="GPL-2.0-or-later WITH Font-exception-2.0 AND OFL-1.1"
|
|
homepage="http://linuxlibertine.sourceforge.net/"
|
|
_addurl="https://dev-www.libreoffice.org/src"
|
|
distfiles="${_addurl}/e7a384790b13c29113e22e596ade9687-LinLibertineG-${version}.zip"
|
|
checksum=54adcb2bc8cac0927a647fbd9362f45eff48130ce6e2379dc3867643019e08c5
|
|
font_dirs="/usr/share/fonts/TTF/libertine"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF/libertine
|
|
vcopy "*_G.ttf" usr/share/fonts/TTF/libertine
|
|
}
|