New package: font-sil-galatia-2.1

This commit is contained in:
Ivan Sokolov 2019-04-18 05:28:14 +03:00 committed by John Zimmermann
parent 9162e7ef8a
commit f172d7673d

View file

@ -0,0 +1,20 @@
# Template file for 'font-sil-galatia'
pkgname=font-sil-galatia
version=2.1
revision=1
archs=noarch
wrksrc="GalSIL${version/./}"
hostmakedepends="unzip"
depends="font-util"
short_desc="Unicode 3.1 font designed to support Biblical Polytonic Greek"
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
license="OFL-1.1"
homepage="https://software.sil.org/Galatia/"
distfiles="https://software.sil.org/downloads/r/galatia/GalatiaSIL-${version}.zip"
checksum=0d0a34646a18267c5147ee01448268098ebb00c4563eb6e9260037f2d171aa92
font_dirs="/usr/share/fonts/SIL"
do_install() {
vinstall GalSILB.ttf 644 ${font_dirs}
vinstall GalSILR.ttf 644 ${font_dirs}
}