New package: sway-0.5.

This commit is contained in:
Juan RP 2016-04-16 20:01:54 +02:00
parent abc5cd0090
commit 6ff7681f30

17
srcpkgs/sway/template Normal file
View file

@ -0,0 +1,17 @@
# 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
}