summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2023-07-07 23:37:27 -0400
committerneeshy2023-07-07 23:38:13 -0400
commit2e3b86419722f801ab03bf354b7e90e8581ca567 (patch)
tree3f5f9566e1a34ddf1ec2d42564e0d14d651ee08e /PKGBUILD
parent33639225bec3f533b4a5d688503427a76b46f87f (diff)
downloadaur-2e3b86419722f801ab03bf354b7e90e8581ca567.tar.gz
actually don't
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55cf06375149..f810bb5462ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgname=('pcf-unifont'
pkgbase=unifont
pkgver=15.0.06
pkgrel=1
+pkgdesc="GNU Unifont Glyphs"
arch=('any')
url="https://unifoundry.com/unifont/index.html"
license=('GPL2' 'custom:OFL')
@@ -19,14 +20,14 @@ sha256sums=('9aef06a77187df2ae4bff973bbbaf8866c98ffab6c7755c6ebfb916a96b118b1'
validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy <unifoundry@unifoundry.com>
package_pcf-unifont() {
- pkgdesc="GNU Unifont Glyphs (PCF version)"
+ pkgdesc+=" (PCF version)"
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"
}
package_psf-unifont() {
- pkgdesc="GNU Unifont Glyphs (PSF version)"
+ pkgdesc+=" (PSF version)"
cd "$srcdir"
install -Dm644 "Unifont-APL8x16-$pkgver.psf.gz" "$pkgdir/usr/share/kbd/consolefonts/Unifont-APL8x16.psf.gz"
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"