19 lines
532 B
Bash
19 lines
532 B
Bash
# Template file for 'wcm'
|
|
pkgname=wcm
|
|
version=0.8.0
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Denable_wdisplays=false"
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
makedepends="wayfire-devel gtkmm-devel wf-shell"
|
|
short_desc="Wayfire Config Manager"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="MIT"
|
|
homepage="https://wayfire.org/"
|
|
distfiles="https://github.com/WayfireWM/wcm/archive/v${version}.tar.gz"
|
|
checksum=24000f5d037dc03eed9eaf2803987db5e02c1776bbe7c56b9c95c5942f65938f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|