PKGBUILDs/toggletouch/default/PKGBUILD

27 lines
644 B
Bash
Raw Permalink Normal View History

2015-08-01 20:54:37 +02:00
# Maintainer: Martchus <martchus@gmx.net>
# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
# you also find the URL of a binary repository.
2015-08-01 20:54:37 +02:00
pkgname=toggletouch
pkgver=1.0.0
pkgrel=2
pkgdesc="Enables/disables the touchpad."
arch=('any')
license=('GPL')
groups=
provides=
depends=('xf86-input-synaptics')
makedepends=
conflicts=
replaces=
backup=
install=
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz")
noextract=
2015-08-27 22:41:20 +02:00
md5sums=('SKIP')
2015-08-01 20:54:37 +02:00
package() {
2015-12-24 16:50:30 +01:00
install -Dm755 "${srcdir}/${PROJECT_DIR_NAME:-$pkgname-$pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
2015-08-01 20:54:37 +02:00
}