void-packages/srcpkgs/font-kacst/template

18 lines
586 B
Bash

# Template file for 'font-kacst'
pkgname=font-kacst
version=2.01+mry
revision=1
depends="font-util"
short_desc="KACST free TrueType Arabic fonts"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-2.0-only"
homepage="http://sourceforge.net/projects/arabeyes/files/kacst_fonts/"
distfiles="https://dev-www.libreoffice.org/src/ttf-kacst_${version}.tar.gz"
checksum=dca00f5e655f2f217a766faa73a81f542c5c204aa3a47017c3c2be0b31d00a56
font_dirs="/usr/share/fonts/TTF/arabic"
do_install() {
vmkdir usr/share/fonts/TTF/arabic
vcopy "*.ttf" usr/share/fonts/TTF/arabic
}