void-packages/srcpkgs/dwmblocks-custom/template

22 lines
573 B
Bash
Raw Permalink Normal View History

2024-05-23 14:30:22 +02:00
# Template file for 'dwmblocks-custom'
pkgname=dwmblocks-custom
2024-07-24 19:14:58 +02:00
version=2024.7.5
2024-07-24 18:27:02 +02:00
revision=1
2024-05-23 14:30:22 +02:00
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"
2024-07-24 19:14:58 +02:00
checksum=164839f7cf9ffb1350a4686a9f7754c293fd9162b0c08620d9d808703027ffa4
2024-05-23 14:30:22 +02:00
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
}