# Maintainer: neeshy pkgname=pcf-unifont pkgver=15.1.05 pkgrel=1 pkgdesc="GNU Unifont Glyphs (PCF version)" arch=('any') url="https://unifoundry.com/unifont/index.html" license=('OFL-1.1 OR GPL-2.0-or-later WITH Font-exception-2.0') source=("https://ftp.gnu.org/gnu/unifont/unifont-$pkgver/unifont-$pkgver.pcf.gz"{,.sig} "https://unifoundry.com/LICENSE.txt") sha256sums=('ce973d6785d7be66bfb574583af000408a63c984bed573e268b645e3160f4dbc' 'SKIP' '1e74cb82bf476843e97c2596297b04219b1a7e51f7238944a8c031cb9401fa87') validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy package() { cd "$srcdir" install -Dm644 "unifont-$pkgver.pcf.gz" "$pkgdir/usr/share/fonts/misc/unifont.pcf.gz" install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt" }