mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: dk-1.9
This commit is contained in:
parent
4bff354b8c
commit
b1ff5cc389
1 changed files with 16 additions and 0 deletions
16
srcpkgs/dk/template
Normal file
16
srcpkgs/dk/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'dk'
|
||||||
|
pkgname=dk
|
||||||
|
version=1.9
|
||||||
|
revision=1
|
||||||
|
makedepends="libxcb-devel xcb-proto xcb-util-devel xcb-util-wm-devel xcb-util-cursor-devel xcb-util-keysyms-devel"
|
||||||
|
short_desc="List based tiling window manager in the vein of dwm, bspwm, and xmonad"
|
||||||
|
maintainer="MainKt <muhammad.saheed.iam@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://bitbucket.org/natemaia/dk"
|
||||||
|
distfiles="https://bitbucket.org/natemaia/dk/get/v${version}.tar.gz"
|
||||||
|
checksum=bb9823bf5d8986b77460879abff21a1649309db2e0f3acf1846c21059f9c336e
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=/usr/ DESTDIR=$DESTDIR install
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue