18 lines
564 B
Bash
18 lines
564 B
Bash
# Template file for 'font-sil-andika'
|
|
pkgname=font-sil-andika
|
|
version=6.200
|
|
revision=1
|
|
depends="font-util"
|
|
short_desc="Unicode-compliant sans serif font designed especially for literacy use"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/andika/"
|
|
distfiles="https://software.sil.org/downloads/r/andika/Andika-${version}.zip"
|
|
checksum=cc9a7523fcdecf5d2e1858f8ed43bca8f1e1be1ad5f20ac81475d816a9dcf87c
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/SIL
|
|
vcopy "*.ttf" usr/share/fonts/SIL
|
|
}
|