From 4075dac0df08040f7b38715da7312989d1686a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 18 Mar 2023 08:07:39 +0700 Subject: [PATCH] New package: font-alef-1.001 Split from libreoffice-fonts --- srcpkgs/font-alef/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/font-alef/template 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 +}