21 lines
687 B
Bash
21 lines
687 B
Bash
# Template file for 'font-sil-sophia-nubian'
|
|
pkgname=font-sil-sophia-nubian
|
|
version=1.0
|
|
revision=2
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="Sans serif Unicode-compliant Coptic font for Nubian languages"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="OFL-1.1"
|
|
homepage="https://software.sil.org/SophiaNubian/"
|
|
distfiles="https://software.sil.org/downloads/r/sophianubian/SophiaNubian-${version}.zip"
|
|
checksum=d1c4748b712cd43f3fd30f8a6a34ee362d102912e900c82f04380206ae7b9b5f
|
|
font_dirs="/usr/share/fonts/SIL"
|
|
|
|
do_install() {
|
|
vinstall SNB.ttf 644 ${font_dirs}
|
|
vinstall SNBI.ttf 644 ${font_dirs}
|
|
vinstall SNI.ttf 644 ${font_dirs}
|
|
vinstall SNR.ttf 644 ${font_dirs}
|
|
}
|