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

19 lines
572 B
Bash

# Template file for 'wayfire-plugins-extra'
pkgname=wayfire-plugins-extra
version=0.8.1
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=22931376eebb93092828e2fb192facf097de4dc99c8766732f7cabc4e5175feb
post_install() {
vlicense LICENSE
}