void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

template (663B)


      1# Template file for 'dwl'
      2pkgname=dwl
      3version=0.1
      4revision=3
      5_commit="44ef698d6ef48a41b0df7c4c47d8b880efdbdf33"
      6wrksrc="${pkgname}-${_commit}"
      7build_style=gnu-makefile
      8make_use_env=yes
      9hostmakedepends="git pkg-config wayland-devel"
     10makedepends="wayland-protocols wlroots-devel xcb-util-errors-devel xcb-util-wm-devel"
     11short_desc="DWM for Wayland (git version)"
     12maintainer="Dash Eclipse <dashezup@disroot.org>"
     13license="GPL-3.0-or-later"
     14homepage="https://github.com/djpohly/dwl"
     15distfiles="${homepage}/archive/${_commit}.tar.gz"
     16checksum="a9edf25f4774c944ba42b57216f01826ab71d08326f4a6321dfb7e569eab7370"
     17tags="ezup gitpkg ${_commit}"
     18
     19do_install() {
     20	vbin dwl
     21}