29 lines
915 B
Bash
29 lines
915 B
Bash
# Template file for 'i3status'
|
|
pkgname=i3status
|
|
version=2.15
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dmans=true $(vopt_bool pulseaudio)"
|
|
hostmakedepends="asciidoc pkg-config xmlto perl"
|
|
makedepends="alsa-lib-devel confuse-devel libnl3-devel yajl-devel
|
|
$(vopt_if pulseaudio pulseaudio-devel)"
|
|
depends="libcap-progs"
|
|
short_desc="Status bar generator for i3bar, dzen2, xmobar or similar programs"
|
|
maintainer="Humberto Gomes <humbertogilgomes@protonmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://www.i3wm.org/i3status/"
|
|
changelog="https://raw.githubusercontent.com/i3/i3status/master/CHANGELOG"
|
|
distfiles="https://i3wm.org/i3status/i3status-${version}.tar.xz"
|
|
checksum=6c67f52cae4f139df764ad1cc736562be0f97750791bc212b53f34c06eaf2205
|
|
conf_files="/etc/i3status.conf"
|
|
|
|
# tests fail in a chroot
|
|
make_check=no
|
|
|
|
build_options="pulseaudio"
|
|
build_options_default="pulseaudio"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|