void-packages/srcpkgs/thingylaunch/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

18 lines
582 B
Bash

# Template file for 'thingylaunch'
pkgname=thingylaunch
version=2.0.3
revision=1
build_style=cmake
configure_args="-DUSE_XCB=ON"
hostmakedepends="pkg-config"
makedepends="xcb-util-wm-devel xcb-util-keysyms-devel"
short_desc="X11 application launcher with tab-completion, history, and bookmarks"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD"
homepage="https://gahr.ch/thingylaunch/"
distfiles="https://github.com/gahr/${pkgname}/archive/${version}.tar.gz"
checksum=4d9cc6b826bddb3d02836f721316bfc24c2b31f75c9c2d5077ae162eb3d60b60
post_install() {
vlicense COPYRIGHT
}