aboutsummaryrefslogtreecommitdiffstats
path: root/community/hhpc/APKBUILD
blob: e81699cc226e0a4d21ec88c08c0483cd9c7c06bf (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
# Contributor: 7heo <7heo@mail.com>
# Maintainer: 7heo <7heo@mail.com>
pkgname=hhpc
pkgver=0.3.2
pkgrel=0
pkgdesc="An utility to automatically hide the mouse pointer after a specified delay of inactivity"
url="https://github.com/aktau/hhpc"
arch="all"
license="BSD"
depends=""
makedepends="libx11-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/7heo/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	make || return 1
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install || return 1
}

sha512sums="c07a054c1826cff530f27c047e52bc982bfe057fa5c92dfd3af42750b4aa8369c614529b62e701c5f9199749659f47e3c56bcbc68b14a0b86b35c9a031d80417  hhpc-0.3.2.tar.gz"