void-packages/srcpkgs/wcm/template
2020-11-20 18:50:43 -03:00

17 lines
490 B
Bash

# Template file for 'wcm'
pkgname=wcm
version=0.6.0
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wayfire-devel gtk+3-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=bfead0b617f46306ad3bc15b8e9c7e8f13996de6b5bdd3f2d18f066a9033740f
post_install() {
vlicense LICENSE
}