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

19 lines
561 B
Bash

# Template file for 'wayfire-plugins-extra'
pkgname=wayfire-plugins-extra
version=0.6.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/${version}.tar.gz"
checksum=d1ac42c0b2d212a7523f2aeb63285ab8b95ffb6efd564bf27877310eeab1ab0e
post_install() {
vlicense LICENSE
}