desktop/ksuperkey/PKGBUILD
2016-01-04 23:01:00 +01:00

24 lines
587 B
Bash

pkgname=ksuperkey
pkgver=0.4
pkgrel=2
pkgdesc="Allows you to open the application launcher in KDE Plasma Desktop using the Super key"
url="https://github.com/hanschen/ksuperkey"
license=('GPL3')
arch=('x86_64')
depends=('libxtst')
source=("http://kde-apps.org/CONTENT/content-files/154569-${pkgname}-${pkgver}.tar.gz")
install=ksuperkey.install
sha256sums=('fb8bb571df73f075ce3fdeddb39ab62a5c0b99cb98ef038905ddfe3d8737d606')
build() {
cd "${srcdir}"/$pkgname-$pkgver
make
}
package() {
cd "${srcdir}"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
}