File tree Expand file tree Collapse file tree
modules/calamares/pkgbuild.any Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ pkgbase = ckbcomp
2+ pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
3+ pkgver = 1.203
4+ pkgrel = 1
5+ url = http://anonscm.debian.org/cgit/d-i/console-setup.git/
6+ arch = any
7+ license = GPL2
8+ depends = perl
9+ source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.203.tar.xz
10+ sha512sums = e73ade4a35c7d5e4986587067ab081da8b99acd1013ef2f9de63205f43a0777a917c0ce18e35f0fc95bfe22162ad56e0c92f1f9d657a27681a26d525441bcf2a
11+
12+ pkgname = ckbcomp
Original file line number Diff line number Diff line change 1+ # Maintainer : Yamada Hayao <hayao@fascode.net>
2+ # Contributer: Nissar Chababy <funilrys at outlook dot com>
3+ # Contributer: Jeroen Bollen <jbinero at gmail dot comau>
4+
5+ pkgname=ckbcomp
6+ pkgver=1.203
7+ pkgrel=1
8+ pkgdesc=" Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
9+ arch=(any)
10+ url=" http://anonscm.debian.org/cgit/d-i/console-setup.git/"
11+ license=(' GPL2' )
12+ depends=(' perl' )
13+ source=(" http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_${pkgver} .tar.xz" )
14+ sha512sums=(' e73ade4a35c7d5e4986587067ab081da8b99acd1013ef2f9de63205f43a0777a917c0ce18e35f0fc95bfe22162ad56e0c92f1f9d657a27681a26d525441bcf2a' )
15+
16+ package () {
17+ if [[ -d " ${srcdir} /console-setup" ]]; then
18+ cd console-setup
19+ elif [[ -d " ${srcdir} /console-setup-${pkgver} " ]]; then
20+ cd console-setup-${pkgver}
21+ else
22+ echo " Source directory not found." .
23+ exit 1
24+ fi
25+
26+
27+ [[ " ${?} " != 0 ]] && cd " console-setup-${pkgver} "
28+
29+ install -Dm755 " Keyboard/ckbcomp" " ${pkgdir} /usr/bin/ckbcomp"
30+ }
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments