blob: cf0d06e276af7630cb845bb007d6d9db44a4785f (
plain) (
tree)
|
|
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=lohit-ttf
pkgver=20140220
pkgrel=0
pkgdesc="Indian typefaces from Red Hat"
url="https://pagure.io/lohit"
arch="noarch"
options="!check" # No test suite.
license="OFL-1.1"
depends="fontconfig"
makedepends=""
subpackages=""
source="https://releases.pagure.org/lohit/lohit-ttf-$pkgver.tar.gz"
package() {
install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/TTF/ "$builddir"/*.ttf
}
sha512sums="b622be55e16a8ccbad0d2fc6e546c072e0af1954a36095a00f31e09e6dd80e86e98a36f4a4a7b8adf21a3f380f816e6fe77ef2e61f15521abfd9f7f4b8c06cbc lohit-ttf-20140220.tar.gz"
|