22 lines
701 B
Bash
22 lines
701 B
Bash
# Template file for 'sway'
|
|
pkgname=sway
|
|
version=0.6
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
|
hostmakedepends="asciidoc pkg-config wayland-devel"
|
|
makedepends="wlc-devel gdk-pixbuf-devel json-c-devel pango-devel pam-devel"
|
|
conf_files="/etc/sway/config /etc/pam.d/swaylock"
|
|
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=a9159033ca3e976383cc9485bcb10fe89485711c4577d8c7414d8f23c56e54ea
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
# must be setuid without logind!
|
|
chmod u+s ${DESTDIR}/usr/bin/sway
|
|
}
|