summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 21cd26fdf7a8e571764f7e2fa926bd50f60578e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Alex Suykov <axs@ukr.net>

pkgname=ttf-code2000
pkgver=1.171
pkgrel=3
pkgdesc="Unicode TT font with extensive glyph coverage"
arch=('i686' 'x86_64')
url="https://web.archive.org/web/20101122141939/http://code2000.net/"
license=('custom')
depends=('fontconfig' 'xorg-fonts-encodings')
install=font.install
source=(https://web.archive.org/web/20101122142710/http://code2000.net/CODE2000.ZIP)
md5sums=('1fa4e4b61d7ac0980b038e9260667a77')

package() {
  install -D -m644 CODE2000.TTF "$pkgdir/usr/share/fonts/TTF/Code2000.ttf"
  install -D -m644 CODE2000.HTM "$pkgdir/usr/share/licenses/ttf-code2000/Code2000.html"
}