void-packages/srcpkgs/font-sil-gentium/template

18 lines
573 B
Bash

# Template file for 'font-sil-gentium'
pkgname=font-sil-gentium
version=6.200
revision=1
depends="font-util"
short_desc="Font that supports a wide range of Latin- and Cyrillic-based alphabets"
maintainer="Orphaned <orphan@voidlinux.org>"
license="OFL-1.1"
homepage="https://software.sil.org/gentium/"
distfiles="https://software.sil.org/downloads/r/gentium/GentiumPlus-${version}.zip"
checksum=9b21103b79961149b6508791572acb3b2fe7eb621474c57d5e4ee37e76d7b073
font_dirs="/usr/share/fonts/SIL"
do_install() {
vmkdir usr/share/fonts/SIL
vcopy "*.ttf" usr/share/fonts/SIL
}