22 lines
573 B
Bash
22 lines
573 B
Bash
# Template file for 'dwmblocks-custom'
|
|
pkgname=dwmblocks-custom
|
|
version=2024.9.9
|
|
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=00e67146eae83292c0eced348720aa44860056f03c44c5c4fb9a5c466f952f77
|
|
|
|
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
|
|
}
|