summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 766dc1f0d3324e118e0c02681cd426c465a42854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Jean Carlo Machado <contato@jeancarlomachado.com.br>
pkgname=fittstool
pkgver=master
pkgrel=1
depends=('libxcb'
'glib2')
pkgdesc="This utility allows you to do just that - bind commands to mouse button events on the screen corners, via a simple and concise configuration file."
arch=('x86_64')
url="https://github.com/jeanCarloMachado/fittstool"
license=('unknown')
source=("https://github.com/jeanCarloMachado/fittstool/archive/master.zip")
md5sums=(6146f8441722801b3f1f6b264d492c7f)
build() {
	cd "$pkgname-$pkgver"
	make
}

package() {
	cd "$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}