diff --git a/srcpkgs/font-kacst/template b/srcpkgs/font-kacst/template new file mode 100644 index 00000000000..b0c32b56da4 --- /dev/null +++ b/srcpkgs/font-kacst/template @@ -0,0 +1,17 @@ +# 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 " +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 +}