void-packages/srcpkgs/sway/template

18 lines
519 B
Bash
Raw Normal View History

2016-04-16 18:01:54 +00:00
# Template file for 'sway'
pkgname=sway
version=0.5
revision=1
build_style=cmake
hostmakedepends="asciidoc pkg-config"
makedepends="wlc-devel gdk-pixbuf-devel json-c-devel pango-devel pam-devel"
short_desc="i3 compatible window manager for Wayland"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://swaywm.org"
distfiles="https://github.com/SirCmpwn/sway/archive/${version}.tar.gz"
checksum=1800bd21297e8af168f0c7afbf4f16fb817c8687d1451d6ecd5abba0873a2d3c
post_install() {
vlicense LICENSE
}