classabbyamp 1c081e70ae *: move non-critical INSTALL.msg to README.voidlinux en masse
to avoid desensitising the user to ignorable INSTALL.msgs, move ones
that just specify things like optional dependencies and initial
configuration tips to README.voidlinux
2023-09-05 18:29:18 -04:00

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"
}