17 lines
538 B
Bash
17 lines
538 B
Bash
# Template file for 'wob'
|
|
pkgname=wob
|
|
version=0.6
|
|
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=f33e6ca0b24fa827d1c8416bf43cd7bd70cd836b4d231b66eb5455d27eab2c32
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|