summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f878ca89409b951eabdb9e3efee727f1a8d9e22f (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
# Maintainer: kertase <kertase at gmail dot com>

pkgname=ttf-unifont-csur
pkgver=9.0.06
pkgrel=1
pkgdesc="TrueType part of the GNU Unifont containing Michael Everson's ConScript Unicode Registry (CSUR) Private Use Area (PUA) glyphs"
url="http://unifoundry.com/unifont.html"
arch=('any')
license=('GPL')
depends=('ttf-unifont')
source=(
	"http://unifoundry.com/pub/unifont-$pkgver/font-builds/unifont_csur-$pkgver.ttf"{,.sig}
)
sha512sums=(
	'aec803cb9ebf63b36e2c19c50460c4ba62bd720d18a87e1696e4f3a97b62f28c21c14c6262c5c8b9389804eef8b1d95f7fe57480fea63fc6cefeec1af3737b73'
	'SKIP'
)
validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy <com dot unifoundry at unifoundry>

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