New package: indic-otf-0.2
This commit is contained in:
parent
2cfd7ea953
commit
172542d863
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'indic-otf'
|
||||||
|
pkgname=indic-otf
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
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-3"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue