20 lines
699 B
Bash
20 lines
699 B
Bash
# Template file for 'wf-shell'
|
|
pkgname=wf-shell
|
|
version=0.5.0
|
|
revision=1
|
|
build_style=meson
|
|
build_helper="gir"
|
|
hostmakedepends="gobject-introspection pkg-config wayland-devel"
|
|
makedepends="alsa-lib-devel pulseaudio-devel gtkmm-devel wayfire-devel
|
|
gtk+3-devel gtk-layer-shell-devel"
|
|
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/releases/download/${version}/wf-shell-${version}.tar.xz"
|
|
checksum=fa481e867784b94b08857ec7bd27bf43251490d5d50c1e834e7ea64d908792f0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vsconf wf-shell.ini.example
|
|
}
|