summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1ee847af98ced6a182e7eeb92d1191334e83a0e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Evgeni Kunev <evgeni at kunev dot me>>
pkgname=otf-unscii-8-thin
pkgver=1.0
pkgrel=1
pkgdesc="Unscii is a set of bitmapped Unicode fonts based on classic system fonts. Unscii attempts to support character cell art well while also being suitable for terminal and programming use. Based on system fonts with 1-pixel-wide lines."
url="http://pelulamu.net/unscii/"
arch=('any')
license=('gpl')
depends=('fontconfig' 'xorg-font-utils')
install=$pkgname.install
source=("http://pelulamu.net/unscii/unscii-8-thin.otf")
sha512sums=('89cfa2e806a444888002137b295d9193947376ee442db7b002e1cd29b01f4125b7c17dea22c92b327d07af25c65b58c4cf691a4129c86ff7d50c72f76c95a529')

package() {
  cd "${srcdir}"
  install -Dm644  "unscii-8-thin.otf" "$pkgdir/usr/share/fonts/OTF/unscii-8-thin.otf"
}

# vim:set ts=2 sw=2 et: