21 lines
635 B
Bash
21 lines
635 B
Bash
# Template file for 'amiri-font'
|
|
pkgname=amiri-font
|
|
version=0.117
|
|
revision=1
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="Classical Arabic typeface in Naskh style"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="OFL-1.1"
|
|
homepage="https://github.com/alif-type/amiri/"
|
|
changelog="https://github.com/alif-type/amiri/blob/master/NEWS.md"
|
|
distfiles="https://github.com/alif-type/amiri/releases/download/${version}/Amiri-${version}.zip"
|
|
checksum=9c4e768893e0023a0ad6f488d5c84bd5add6565d3dcadb838ba5b20e75fcc9a7
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
for _i in *.ttf ; do
|
|
vinstall $_i 644 usr/share/fonts/TTF
|
|
done
|
|
}
|