summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d92f42e55ab51f11e8c7c1c13ff6e0333dab8655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$
# Maintainer: Michael Bostwick <mbostwick89 at googlemail dot com>

pkgname=nosegrind-font
pkgver=1
_relver=1
pkgrel=1
pkgdesc="Font that looks like graffiti"
url="http://www.dafont.com/nosegrind.font"
arch=(any)
license=(custom)
_zipname=nosegrind.zip
source=("$_zipname::http://dl.dafont.com/dl/?f=nosegrind")
sha256sums=('bcce4b973c44b94d4f779a510a128a9b3a4d11231eeb106bafbe8e0e0985dd50')
makedepends=("zip")

package() {
  unzip -o nosegrind.zip
  install -Dm644 NOSED___.TTF  "$pkgdir/usr/share/fonts/NOSED___.TTF"
}