vp-build/srcpkgs/xtitle/template

17 lines
500 B
Bash

# Template file for 'xtitle'
pkgname=xtitle
version=0.4.4
revision=1
build_style=gnu-makefile
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
short_desc="Outputs X window titles"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Public Domain"
homepage="https://github.com/baskerville/xtitle"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=c2fbf403892c4e466e43528415284a458d4354855f221273881aa4388d028970
pre_build() {
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
}