19 lines
561 B
Bash
19 lines
561 B
Bash
|
# Template file for 'wayfire-plugins-extra'
|
||
|
pkgname=wayfire-plugins-extra
|
||
|
version=0.5.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=64c56ffa66df26a7cbee1af41c34ae123abe8252deeaf02687237688a8281a9e
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|