18 lines
604 B
Bash
18 lines
604 B
Bash
# Template file for 'wob'
|
|
pkgname=wob
|
|
version=0.13
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dseccomp=enabled"
|
|
hostmakedepends="pkg-config scdoc wayland-devel"
|
|
makedepends="libffi-devel libseccomp-devel 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=555965ba2b4e5fa67c8342e42f7ccd5eea7c9aeb762684e2ea52ccff40cc7f56
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|