aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xtitle/APKBUILD
blob: 34d9f3720bbc7b954af737096053e6574bfef8e5 (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
# Contributor: Camille Scholtz <onodera@openmailbox.org>
# Maintainer: Camille Scholtz <onodera@openmailbox.org>
pkgname=xtitle
pkgver=0.3
pkgrel=0
pkgdesc="outputs X window titles"
url="https://github.com/baskerville/xtitle"
arch="all"
license="unlicense"
depends=""
depends_dev="xcb-util-wm-dev"
makedepends="$depends_dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/baskerville/$pkgname/archive/$pkgver.tar.gz"

builddir="$srcdir"/$pkgname-$pkgver
build() {
	cd "$builddir"
	make
}

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

sha512sums="e9134490b1369a6a18e56f33c4cafda0a4e2b66871bd7e430792d08790ee37326a96c95acc8452721ed20fdde001bf31d15fd6ee76537629fe5f1d69cf04d623  xtitle-0.3.tar.gz"