22 lines
634 B
Bash
22 lines
634 B
Bash
# Template file for 'indic-otf'
|
|
pkgname=indic-otf
|
|
version=0.2
|
|
revision=2
|
|
wrksrc=indic
|
|
build_wrksrc=OpenType
|
|
makedepends="font-util xbps-triggers"
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
short_desc="Indic OpenType fonts collection"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.indlinux.org/wiki/index.php/Downloads"
|
|
distfiles="http://www.indlinux.org/downloads/files/indic-otf-${version}.tar.gz"
|
|
checksum=6459a0d496a701fdde785eccfb2a21ad761251bd332e03521657443339215e72
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF
|
|
}
|