summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a86d0ffe847399125187f581175516a0cfaea523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Miloš Polakovič <milos@mailbox.org>

pkgname=ttf-webhostinghub-glyphs
pkgver=1.0
pkgrel=2
pkgdesc='WebHostingHub Glyphs icon font by webhostinghub.com'
arch=('any')
url='http://www.webhostinghub.com/glyphs/'
license=('OFL')
depends=('fontconfig' 'xorg-font-utils' 'fontforge')
install=ttf-webhostinghub-glyphs.install
source=('http://www.webhostinghub.com/glyphs/resources/whhg-font.zip')
md5sums=('09993f3df25fa9edfca8b856b23c1425')

package() {
  install -d $pkgdir/usr/share/fonts/TTF/
  install -m644 $srcdir/whhg-font/font/*.ttf $pkgdir/usr/share/fonts/TTF/
  ../rename.pe $pkgdir/usr/share/fonts/TTF/webhostinghub-glyphs.ttf
}