void-packages/srcpkgs/xtitle/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

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