mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
added zipit z2 optimized console font
This commit is contained in:
parent
1cc9ee3373
commit
d8b6d1b2f5
2 changed files with 18 additions and 0 deletions
BIN
aur/z2-console-font/5x8.psf.gz
Normal file
BIN
aur/z2-console-font/5x8.psf.gz
Normal file
Binary file not shown.
18
aur/z2-console-font/PKGBUILD
Normal file
18
aur/z2-console-font/PKGBUILD
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Maintainer: Kai Uwe Jesussek <kajot@gmx.net>
|
||||
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in a new issue