void-packages/srcpkgs/i3blocks/template
2020-05-29 13:04:36 +02:00

23 lines
568 B
Bash

# Template file for 'i3blocks'
pkgname=i3blocks
version=1.5
revision=2
build_style=gnu-configure
make_build_args="SYSCONFDIR=/etc"
hostmakedepends="autoconf automake pkg-config"
makedepends="bash-completion"
short_desc="Flexible scheduler for i3bar"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/vivien/i3blocks"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=41764d771043d0c06c23d75b1e3ca6b2b94279191483d03f10c5e034d6722ebf
pre_configure() {
./autogen.sh
}
post_install() {
vconf i3blocks.conf
}