20 lines
638 B
Bash
20 lines
638 B
Bash
# Template file for 'font-sil-ezra'
|
|
pkgname=font-sil-ezra
|
|
version=2.51
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="EzraSIL${version}"
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="Font that supports the Hebrew and Latin-1 characters from Unicode 5.0"
|
|
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/ezra/"
|
|
distfiles="https://software.sil.org/downloads/r/ezra/EzraSIL-${version}.zip"
|
|
checksum=f16bcb3ec4473ac6a9f138ee0dbde7cc2f835e93a90cbe8649b3f32677760cc1
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vinstall SILEOT.ttf 644 ${font_dirs}
|
|
vinstall SILEOTSR.ttf 644 ${font_dirs}
|
|
}
|