void-packages/srcpkgs/wob/template
2019-12-26 14:30:17 +01:00

17 lines
540 B
Bash

# Template file for 'wob'
pkgname=wob
version=0.5
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="wayland-devel wayland-protocols"
short_desc="Lightweight overlay volume/backlight/progress/anything bar for Wayland"
maintainer="travankor <travankor@tuta.io>"
license="ISC"
homepage="https://github.com/francma/wob"
distfiles="https://github.com/francma/wob/archive/${version}.tar.gz"
checksum="44b06d5c3bd314146e90a6a5ccd0713701a4dae05e00061031ee33a3b4b4fe3b"
post_install() {
vlicense LICENSE
}