21 lines
670 B
Bash
21 lines
670 B
Bash
# Template file for 'wob'
|
|
pkgname=wob
|
|
version=0.15.1
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dseccomp=enabled"
|
|
hostmakedepends="pkg-config scdoc wayland-devel"
|
|
makedepends="libffi-devel libseccomp-devel wayland-devel wayland-protocols
|
|
inih-devel"
|
|
short_desc="Lightweight overlay volume/backlight/progress/anything bar for Wayland"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="ISC"
|
|
homepage="https://github.com/francma/wob"
|
|
changelog="https://github.com/francma/wob/releases"
|
|
distfiles="https://github.com/francma/wob/archive/${version}.tar.gz"
|
|
checksum=094f666e799a7fa0914192d041032f4e9a28a87486d024db80ade010988b218a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|