aports/testing/xtitle/APKBUILD
onodera@openmailbox.org 0f7390d839 testing/xtitle: new aport
https://githib.com/basekerville/xtitle
outputs X window titles
2016-04-18 16:04:21 +00:00

31 lines
945 B
Plaintext

# 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"
install=""
subpackages=""
source="saveas-https://github.com/baskerville/$pkgname/archive/$pkgver.tar.gz/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
make || return 1
}
package() {
cd "$builddir"
make PREFIX=/usr DESTDIR="$pkgdir" install || return 1
}
md5sums="9d8118284e55b25274af4f8da4124e2e xtitle-0.3.tar.gz"
sha256sums="817af5b7e6014d24840404722c2b6a44c44a7b226dfad1e76d0087a68833231f xtitle-0.3.tar.gz"
sha512sums="e9134490b1369a6a18e56f33c4cafda0a4e2b66871bd7e430792d08790ee37326a96c95acc8452721ed20fdde001bf31d15fd6ee76537629fe5f1d69cf04d623 xtitle-0.3.tar.gz"