mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 22:01:42 +01:00
29 lines
873 B
Plaintext
29 lines
873 B
Plaintext
# Contributor: Matthew T Hoare <matthew.t.hoare@gmail.com>
|
|
# Maintainer: Matthew T Hoare <matthew.t.hoare@gmail.com>
|
|
pkgname=dk
|
|
pkgver=1.9
|
|
_commit=edae089a4d70
|
|
pkgrel=0
|
|
pkgdesc="tiling window manager taking inspiration from dwm, bspwm, and xmonad"
|
|
url="https://bitbucket.org/natemaia/dk"
|
|
arch="all"
|
|
license="MIT"
|
|
makedepends="libxcb-dev xcb-util-dev xcb-util-wm-dev xcb-util-cursor-dev xcb-util-keysyms-dev"
|
|
options="!check" # no tests
|
|
install="$pkgname.post-install"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/natemaia/dk/get/v$pkgver.tar.gz"
|
|
builddir="$srcdir/natemaia-dk-$_commit"
|
|
|
|
build() {
|
|
make PREFIX=/usr
|
|
}
|
|
|
|
package() {
|
|
make PREFIX=/usr DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
83db5e057401e7607bab5c31c7db6fc6e52c3abb35acc3620cb323c1a92809f66bbc0b0db058ef01d82a61ba5eea72c1d107bd3784ce4fe8c3eff20169bfeb59 dk-1.9.tar.gz
|
|
"
|