23 lines
787 B
Bash
23 lines
787 B
Bash
# Template file for 'sway'
|
|
pkgname=sway
|
|
version=1.10
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dwerror=false -Db_ndebug=false"
|
|
conf_files="/etc/sway/config"
|
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
|
makedepends="wlroots0.18-devel pcre2-devel json-c-devel pango-devel cairo-devel
|
|
gdk-pixbuf-devel libevdev-devel"
|
|
depends="libcap-progs swaybg xorg-server-xwayland libxkbcommon>=1.5.0_1"
|
|
short_desc="Tiling Wayland compositor compatible with i3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://swaywm.org"
|
|
changelog="https://github.com/swaywm/sway/releases"
|
|
distfiles="https://github.com/swaywm/sway/archive/refs/tags/${version}.tar.gz"
|
|
checksum=3f15f8f96238d2f7a7b44dbcd132de6c81b2c06cc3b073f195f07f7105072ccf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|