vp-build/srcpkgs/thingylaunch/template

19 lines
585 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="maxice8 <thinkabit.ukim@gmail.com>"
license="BSD"
homepage="https://gahr.ch/thingylaunch/"
distfiles="https://github.com/gahr/${pkgname}/archive/${version}.tar.gz"
checksum=4d9cc6b826bddb3d02836f721316bfc24c2b31f75c9c2d5077ae162eb3d60b60
post_install() {
vlicense COPYRIGHT
}