18 lines
558 B
Bash
18 lines
558 B
Bash
# Template file for 'font-sil-doulos'
|
|
pkgname=font-sil-doulos
|
|
version=6.200
|
|
revision=1
|
|
depends="font-util"
|
|
short_desc="Unicode serif font similar in design to Times/Times New Roman"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/doulos/"
|
|
distfiles="https://software.sil.org/downloads/r/doulos/DoulosSIL-${version}.zip"
|
|
checksum=a7ad76326c126b2748297b987a634a56f7e42cd45bc3ff2c90a7909cbb164223
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/SIL
|
|
vcopy "*.ttf" usr/share/fonts/SIL
|
|
}
|