20 lines
606 B
Bash
20 lines
606 B
Bash
|
# Template file for 'amiri-font'
|
||
|
pkgname=amiri-font
|
||
|
version=0.111
|
||
|
revision=1
|
||
|
wrksrc="Amiri-${version}"
|
||
|
hostmakedepends="unzip"
|
||
|
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
|
||
|
|
||
|
do_install() {
|
||
|
for _i in *.ttf ; do
|
||
|
vinstall $_i 644 usr/share/fonts/ttf
|
||
|
done
|
||
|
}
|