18 lines
558 B
Bash
18 lines
558 B
Bash
# 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 <congdanhqx@gmail.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://www.libreoffice.org/"
|
|
distfiles="https://dev-www.libreoffice.org/src/libre-hebrew-${version}.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
|
|
}
|