void-packages/srcpkgs/font-alef/template

18 lines
543 B
Bash

# 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 <congdanhqx@gmail.com>"
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
}