New package: wf-shell-0.1

closes #9393

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
Young Jin Park 2019-03-04 08:36:35 +09:00 committed by maxice8
parent cfcea842f6
commit 0d3bbfe59d
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

17
srcpkgs/wf-shell/template Normal file
View file

@ -0,0 +1,17 @@
# 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
}