summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0f7fe2db7a686300e5d686fde0f5592241e964cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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')
groups=()
depends=()
makedepends=('xorg-font-utils')
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=univga.install
changelog=
source=('http://www.inp.nsk.su/~bolkhov/files/fonts/univga/uni-vga.tgz')
noextract=()
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: