void-packages/srcpkgs/wayfire-plugins-extra/template

19 lines
572 B
Bash

# Template file for 'wayfire-plugins-extra'
pkgname=wayfire-plugins-extra
version=0.9.0
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wayfire-devel glibmm-devel"
depends="wayfire"
short_desc="Additional plugins for Wayfire"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="https://wayfire.org/"
distfiles="https://github.com/WayfireWM/wayfire-plugins-extra/archive/refs/tags/v${version}.tar.gz"
checksum=5fd08387fb02ce541b7f9dfbeefbbef9cd19b2c88347517f40afab4da54b83bf
post_install() {
vlicense LICENSE
}