void-packages/srcpkgs/swayfx/template

26 lines
872 B
Bash

# Template file for 'swayfx'
pkgname=swayfx
version=0.3.2
revision=2
build_style=meson
configure_args="-Dwerror=false -Db_ndebug=false"
conf_files="/etc/sway/config"
hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="wlroots0.16-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="Sway, but with eye candy!"
maintainer="Rehan <rehanzo@tuta.io>"
license="MIT"
homepage="https://github.com/WillPower3309/swayfx"
changelog="https://github.com/WillPower3309/swayfx/releases"
distfiles="https://github.com/WillPower3309/swayfx/archive/refs/tags/${version}.tar.gz"
checksum=05b5cdc2d25e9f05817556d7053c02f8b89c9ef629405fcba5b4d240d4fd0545
conflicts="sway>=0"
provides="sway-${version}_1"
replaces="sway>=0"
post_install() {
vlicense LICENSE
}