29 lines
923 B
Bash
29 lines
923 B
Bash
# Template file for 'i3status'
|
|
pkgname=i3status
|
|
version=2.14
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dmans=true $(vopt_bool pulseaudio pulseaudio)"
|
|
hostmakedepends="asciidoc pkg-config xmlto perl"
|
|
makedepends="alsa-lib-devel confuse-devel libcap-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="Orphaned <orphan@voidlinux.org>"
|
|
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=5c4d0273410f9fa3301fd32065deda32e9617fcae8b3cb34793061bf21644924
|
|
conf_files="/etc/i3status.conf"
|
|
|
|
# tests fail in a chroot
|
|
make_check=no
|
|
|
|
build_options="pulseaudio"
|
|
build_options_default="pulseaudio"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|