mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: wf-shell-0.1
closes #9393 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
cfcea842f6
commit
0d3bbfe59d
1 changed files with 17 additions and 0 deletions
17
srcpkgs/wf-shell/template
Normal file
17
srcpkgs/wf-shell/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue