18 lines
582 B
Bash
18 lines
582 B
Bash
# Template file for 'font-sil-namdhinggo'
|
|
pkgname=font-sil-namdhinggo
|
|
version=3.100
|
|
revision=1
|
|
depends="font-util"
|
|
short_desc="Namdhinggo SIL is a Unicode font for the Limbu writing system of Nepal"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/Namdhinggo/"
|
|
distfiles="https://software.sil.org/downloads/r/namdhinggo/Namdhinggo-$version.zip"
|
|
checksum=073369fbaf064f9075bfbc65e1a76776f449a280c4c367f3cb560bebf70b3915
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/SIL
|
|
vcopy "*.ttf" usr/share/fonts/SIL
|
|
}
|