24 lines
636 B
Bash
24 lines
636 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="André L. C. Moreira <alcm99@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/vivien/i3blocks"
|
|
distfiles="https://github.com/vivien/i3blocks/archive/${version}.tar.gz"
|
|
checksum=41764d771043d0c06c23d75b1e3ca6b2b94279191483d03f10c5e034d6722ebf
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vconf i3blocks.conf
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|