summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d145158358f13f9a9626564475600b318556752f (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 -Dm644 "unifont_csur-$pkgver.ttf" \
		"$pkgdir/usr/share/fonts/TTF/Unifont_CSUR.ttf"
}