summaryrefslogtreecommitdiff
path: root/xwinfo/APKBUILD
blob: 9ac826885f209d8fd39333b5f07a617c52749fda (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
26
27
28
29
# Contributor: John Vogel <jvogel4@stny.rr.com>
# Maintainer: John Vogel <jvogel4@stny.rr.com>
pkgname=xwinfo
pkgver=0.1_git20160412
_commit=6cd58a94086e39ef964a90fc2ca207ae34f1373e
pkgrel=0
pkgdesc="Print window informations"
url="https://github.com/baskerville/xwinfo/"
arch="all"
license="Unlicense"
depends="xcb-util-wm"
makedepends="xcb-util-wm-dev"
options="!check"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$_commit.tar.gz::https://github.com/baskerville/xwinfo/archive/$commit/$commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"

build() {
	make
}

package() {
	make DESTDIR="$pkgdir" PREFIX="/usr" install
}

sha512sums="
ea49c906ae18896b17af083b8e7a78ffe77791dbd3039e42ce11b2bef8ffb5c1d123aa84d7eb453a50fc0bedbd8e6226898acbdb47107dea3dbad0197fbf3a46  xwinfo-6cd58a94086e39ef964a90fc2ca207ae34f1373e.tar.gz
"