diff --git a/srcpkgs/font-alef/template b/srcpkgs/font-alef/template new file mode 100644 index 00000000000..9a287616c71 --- /dev/null +++ b/srcpkgs/font-alef/template @@ -0,0 +1,17 @@ +# Template file for 'font-alef' +pkgname=font-alef +version=1.001 +revision=1 +depends="font-util" +short_desc="Alef fonts for Latin and Hebrew scripts" +maintainer="Đoàn Trần Công Danh " +license="OFL-1.1" +homepage="http://alef.hagilda.com/" +distfiles="https://dev-www.libreoffice.org/src/alef-${version}.tar.gz" +checksum=b98b67602a2c8880a1770f0b9e37c190f29a7e2ade5616784f0b89fbdb75bf52 +font_dirs="/usr/share/fonts/TTF/hebrew" + +do_install() { + vmkdir usr/share/fonts/TTF/hebrew + vcopy "*.ttf" usr/share/fonts/TTF/hebrew +}