18 lines
565 B
Bash
18 lines
565 B
Bash
# Template file for 'font-sil-padauk'
|
|
pkgname=font-sil-padauk
|
|
version=5.001
|
|
revision=1
|
|
depends="font-util"
|
|
short_desc="Font with broad support for writing systems that use the Myanmar script"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/padauk/"
|
|
distfiles="https://software.sil.org/downloads/r/padauk/Padauk-${version}.zip"
|
|
checksum=b5fc878098fe6894a2a855539f0e3ec693683bd323595784f76666ad7f40db50
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/SIL
|
|
vcopy "*.ttf" usr/share/fonts/SIL
|
|
}
|