19 lines
562 B
Bash
19 lines
562 B
Bash
# Template file for 'wayfire-plugins-extra'
|
|
pkgname=wayfire-plugins-extra
|
|
version=0.7.0
|
|
revision=6
|
|
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
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|