desktop/ksuperkey/PKGBUILD

24 lines
587 B
Bash
Raw Normal View History

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