void-packages/srcpkgs/dwmblocks-custom/template

22 lines
573 B
Bash

# Template file for 'dwmblocks-custom'
pkgname=dwmblocks-custom
version=2024.7.5
revision=1
makedepends="xcb-util-devel pkg-config"
short_desc="Customized dwmblocks"
maintainer="Luca Bilke <luca@bil.ke>"
license="MIT"
homepage="https://git.snaile.de/snailed/dwmblocks-custom"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=164839f7cf9ffb1350a4686a9f7754c293fd9162b0c08620d9d808703027ffa4
do_build() {
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
make CC=$CC
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
vlicense LICENSE
}