summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5059802397f9d5c77f07b5b5b8c0a3045e863d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: https://github.com/pocketfood
pkgname=pxplus-ibm-vga8
pkgver=1.3
pkgrel=1
license=('CC BY-SA 4.0')
pkgdesc="Really pretty looking monospace system font in the styles of regular, italic and underline."
arch=('any')
url="https://github.com/pocketfood/Fontpkg-PxPlus_IBM_VGA8"
depends=(fontconfig)
source=("https://github.com/pocketfood/Fontpkg-PxPlus_IBM_VGA8/raw/master/PxPlus_IBM_VGA8.ttf")
md5sums=('0bae535590ffdc6ffb2cfa45b8fb2ae3')
install=$pkgname.install

package() {
install -Dm644 PxPlus_IBM_VGA8.ttf "$pkgdir"/usr/share/fonts/TTF/PxPlus_IBM_VGA8.ttf
}