summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e568893402cfa9bb0c81800196358242036c0370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer mattf <matheusfillipeag@gmail.com>

pkgbase=warpd-git
pkgname=warpd-git
pkgver=0.9a
pkgrel=1
pkgdesc="A small X program which facilitates recursively warping the pointer to different quadrants on the screen. The program was inspired by the mousekeys feature of Kaleidoscope, the firmware for the Keyboardio"
url="https://github.com/rvaiya/warpd"
license=('GPLV3')
arch=('x86_64')
md5sums=('SKIP')
depends=()
conflicts=()
makedepends=(git make libxinerama libxft libxfixes libxtst libx11)
provides=(warpd)
source=("git+$url")

package() {
    cd warp
    make
}



#vim: syntax=sh