19 lines
665 B
Bash
19 lines
665 B
Bash
# Template file for 'font-sil-tai-heritage-pro'
|
|
pkgname=font-sil-tai-heritage-pro
|
|
version=2.600
|
|
revision=2
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="Typeface that reflects the traditional style of the Tai Viet script"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/taiheritage/"
|
|
distfiles="https://software.sil.org/downloads/r/taiheritage/TaiHeritagePro-${version}.zip"
|
|
checksum=1b9c38008d7704ce6dc0e3be6b9e767f5c114252d4f417d474f2a22989af746d
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vinstall TaiHeritagePro-Bold.ttf 644 ${font_dirs}
|
|
vinstall TaiHeritagePro-Regular.ttf 644 ${font_dirs}
|
|
}
|