main/gesture: drop
This is now upstream in Alpine. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7499>
This commit is contained in:
parent
6671b8deea
commit
6399bd2a4a
3 changed files with 0 additions and 37 deletions
|
|
@ -1,31 +0,0 @@
|
|||
maintainer="Craig Comstock <craig@unreasonablefarm.org>"
|
||||
pkgname=gesture
|
||||
pkgver=0.7
|
||||
pkgrel=1
|
||||
pkgdesc="handwriting algorithm with implementation for linux touchscreens injecting keys into a tty"
|
||||
url="https://gitlab.com/unrznbl/gesture"
|
||||
arch="all"
|
||||
license="GPL-3.0-only"
|
||||
makedepends="linux-headers"
|
||||
options="!check"
|
||||
source="https://gitlab.com/unrznbl/gesture/-/archive/v$pkgver/gesture-v$pkgver.tar.gz"
|
||||
subpackages="$pkgname-openrc"
|
||||
builddir="$srcdir/gesture-v$pkgver"
|
||||
|
||||
build() {
|
||||
make all
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
openrc() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel openrc"
|
||||
install="$subpkgname.post-install $subpkgname.pre-deinstall"
|
||||
mkdir -p "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
f05eae4dded079eed6fd7b362485bec6400f18f4e9cf2a42ee80a378d0f9de7d85b8afc5671a349f5dee85ea92b1281415158ae85abd160668ad13aa8e3a46a1 gesture-v0.7.tar.gz
|
||||
"
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update add gesture default
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update del gesture
|
||||
Loading…
Add table
Add a link
Reference in a new issue