mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
19 lines
377 B
Bash
19 lines
377 B
Bash
# Maintainer: Kai Uwe Jesussek <kajot@gmx.net>
|
|
|
|
plugrel=1
|
|
pkgname=z2-console-font
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
pkgdesc="A nice Font for the Zipit Z2"
|
|
arch=('any')
|
|
url="http://wejp.k.vu"
|
|
license=('GPL2')
|
|
depends=()
|
|
source=('5x8.psf.gz')
|
|
md5sums=('b577db10cf3ae2b004dbe717d16a9798')
|
|
|
|
build() {
|
|
cd ${srcdir}
|
|
install -D -m644 5x8.psf.gz ${pkgdir}/usr/share/kbd/consolefonts/5x8.psf.gz
|
|
}
|
|
|