dbc806d7d5
Remove unzip hostdepend: bsdtar works just fine
20 lines
711 B
Bash
20 lines
711 B
Bash
# Template file for 'font-sil-charis'
|
|
pkgname=font-sil-charis
|
|
version=6.001
|
|
revision=1
|
|
wrksrc="CharisSIL-${version}"
|
|
depends="font-util"
|
|
short_desc="Unicode serif font, similar to Bitstream Charter"
|
|
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/charis/"
|
|
distfiles="https://software.sil.org/downloads/r/charis/CharisSIL-${version}.zip"
|
|
checksum=850df14e9024790e061a406715693ff39489dd071ea583b3258bdeba8384ebe8
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vinstall CharisSIL-Bold.ttf 644 ${font_dirs}
|
|
vinstall CharisSIL-BoldItalic.ttf 644 ${font_dirs}
|
|
vinstall CharisSIL-Italic.ttf 644 ${font_dirs}
|
|
vinstall CharisSIL-Regular.ttf 644 ${font_dirs}
|
|
}
|