summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fc9342fb99872df988e5cd44c2bcf073bd336eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
_pkgname=dec-terminal-modern
pkgname=ttf-$_pkgname
pkgver=1.0
pkgrel=1
pkgdesc="Font based on the one of the Digital Electronics Corp's VT220 video terminal."
arch=(any)
url="http://www.vtxemu.com/vtx/fnt/_decterm-demo.html"
license=('custom')
_license=("https://www.wfonts.com/tos")
source=("https://www.wfonts.com/download/data/2015/05/12/${_pkgname}/${_pkgname}.zip")
md5sums=('13a70789fe00d6b0b4cfed39309575c4')

package() {
    cd "$srcdir"
    install -d "$pkgdir/usr/share/fonts/TTF"
    install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF"
}