22 lines
670 B
Bash
22 lines
670 B
Bash
# Template file for 'amiri-font'
|
|
pkgname=amiri-font
|
|
version=0.111
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="Amiri-${version}"
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="Classical Arabic typeface in Naskh style"
|
|
maintainer="John <johnz@posteo.net>"
|
|
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=1fbfccced6348b5db2c1c21d5b319cd488e14d055702fa817a0f6cb83d882166
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
for _i in *.ttf ; do
|
|
vinstall $_i 644 usr/share/fonts/TTF
|
|
done
|
|
}
|