18 lines
555 B
Bash
18 lines
555 B
Bash
|
# Template file for 'wf-shell'
|
||
|
pkgname=wf-shell
|
||
|
version=0.1
|
||
|
revision=1
|
||
|
build_style=meson
|
||
|
hostmakedepends="pkg-config wayland-devel"
|
||
|
makedepends="gtkmm-devel libevdev-devel wlroots-devel wf-config"
|
||
|
short_desc="Wayfire shell with GTK-based panel and background client"
|
||
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://wayfire.org"
|
||
|
distfiles="https://github.com/WayfireWM/wf-shell/archive/${version}.tar.gz"
|
||
|
checksum=625637fddf58a6a1825980e68d156ddb377cf4aae9bf5d844fb15aefee4c6f4f
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|