36 lines
1.6 KiB
Bash
36 lines
1.6 KiB
Bash
# Template file for 'polybar'
|
|
pkgname=polybar
|
|
version=3.7.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_DOC_HTML=OFF $(vopt_bool alsa ENABLE_ALSA)
|
|
$(vopt_bool curl ENABLE_CURL) $(vopt_bool i3 ENABLE_I3) $(vopt_bool mpd ENABLE_MPD)
|
|
$(vopt_bool network ENABLE_NETWORK) $(vopt_bool pulseaudio ENABLE_PULSEAUDIO)"
|
|
hostmakedepends="pkg-config xcb-proto python3 python3-Sphinx python3-packaging"
|
|
makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
|
|
zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel libuv-devel
|
|
xcb-proto $(vopt_if alsa alsa-lib-devel) $(vopt_if curl libcurl-devel)
|
|
$(vopt_if i3 'i3-devel jsoncpp-devel') $(vopt_if mpd libmpdclient-devel)
|
|
$(vopt_if network libnl3-devel) $(vopt_if pulseaudio pulseaudio-devel)"
|
|
short_desc="Fast and easy-to-use status bar"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/polybar/polybar"
|
|
changelog="https://raw.githubusercontent.com/polybar/polybar/master/CHANGELOG.md"
|
|
distfiles="https://github.com/polybar/polybar/releases/download/${version}/polybar-${version}.tar.gz"
|
|
checksum=5de6ad385ba09dc453a4e5ec7054749a4882b5b21a62c17ae40bf7c90613ff0f
|
|
# tries to download and build unstable/unreleased googletest during configure
|
|
make_check=no
|
|
|
|
build_options="alsa curl i3 mpd network pulseaudio"
|
|
build_options_default="$build_options"
|
|
|
|
desc_option_curl="Enable support for cURL"
|
|
desc_option_i3="Enable support for i3"
|
|
desc_option_mpd="Enable support for MPD"
|
|
desc_option_network="Enable support for network"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|