void-packages/srcpkgs/wayfire-plugins-extra/template
2021-04-22 19:28:42 -03:00

20 lines
580 B
Bash

# Template file for 'wayfire-plugins-extra'
pkgname=wayfire-plugins-extra
version=0.7.0
revision=3
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/v${version}.tar.gz"
checksum=e6377e7f2cd6b0a19fe0a256c819f801ee1d963524ed4e4930b702474bc04287
patch_args="-Np1"
post_install() {
vlicense LICENSE
}