19 lines
600 B
Bash
19 lines
600 B
Bash
# Template file for 'font-sil-galatia'
|
|
pkgname=font-sil-galatia
|
|
version=2.1
|
|
revision=2
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="Unicode 3.1 font designed to support Biblical Polytonic Greek"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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}
|
|
}
|