void-packages/srcpkgs/wob/template

18 lines
538 B
Bash
Raw Normal View History

2019-12-17 21:04:00 +00:00
# Template file for 'wob'
pkgname=wob
2020-01-23 08:07:45 +00:00
version=0.6
2019-12-17 21:04:00 +00:00
revision=1
build_style=meson
2019-12-26 00:23:00 +00:00
hostmakedepends="pkg-config scdoc wayland-devel"
2019-12-17 21:04:00 +00:00
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"
2019-12-26 00:23:00 +00:00
distfiles="https://github.com/francma/wob/archive/${version}.tar.gz"
2020-01-23 08:07:45 +00:00
checksum=f33e6ca0b24fa827d1c8416bf43cd7bd70cd836b4d231b66eb5455d27eab2c32
2019-12-17 21:04:00 +00:00
post_install() {
vlicense LICENSE
}