blob: 00c41be6145e370ee41524cc540b73fc38c916c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Maintainer: Christos Nouskas <nous@artixlinux.org>
# Maintainer: Thibault Suzanne <thi [DOT] suzanne [AT] gmail [DOT] com>
pkgname=ttf-inconsolata-hellenic
pkgver=1.19
pkgrel=2
pkgdesc="Monospace font for pretty code listings and for the terminal (augmented with Hellenic glyphs)"
arch=("any")
url="http://www.cosmix.org/software"
license=("custom:OFL")
makedepends=("unzip")
source=("${url}/files/InconsolataHellenic.zip")
md5sums=('ef6725eb45236c1620baba06a25e14d2')
package() {
install -Dm644 $srcdir/InconsolataHellenic.ttf $pkgdir/usr/share/fonts/TTF/ttf-inconsolata-hellenic.ttf
}
|