summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 360c6ae18b0c00f0e5ae6da1310e70cd009907d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgname=univga
pkgver=1.0
pkgrel=3
pkgdesc="(X11) VGA font with unicode glyphs by Dmitry Yu. Bolkhovityanov"
arch=('any')
url="http://www.inp.nsk.su/~bolkhov/files/fonts/univga/"
license=('MIT')
makedepends=('xorg-font-utils')
install=univga.install
source=('http://www.inp.nsk.su/~bolkhov/files/fonts/univga/uni-vga.tgz')
md5sums=('60fbba53cb0efec1363fcc5fb8c244d9')

package() {
  cd "$srcdir"/uni_vga

  install -m 644 -D u_vga16.bdf \
    "$pkgdir"/usr/share/fonts/local/u_vga16.bdf
}

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