summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: aec986ba0384d6423f32ef8da499d2cf4ab9986e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Johannes Bensmann <johannesbensmann@gmx.de>
pkgname=mouseless-bin
pkgver=0.1.5
pkgrel=1
pkgdesc="Control the mouse with your keyboard and remap keys"
arch=('x86_64')
url="https://github.com/jbensmann/mouseless"
license=('MIT')
depends=()
source=("https://github.com/jbensmann/mouseless/releases/download/v${pkgver}/mouseless-linux-amd64.tar.gz")
sha256sums=('1bb6490820f2491cccb28d3968aa6f1f98c87f1f1416c7f524cc25b0b555d86c')

package() {
    cd "${srcdir}"
    install -Dm755 dist/mouseless "${pkgdir}/usr/bin/mouseless"
}