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