void-packages/srcpkgs/clipit/template
2018-08-10 07:19:00 +02:00

20 lines
615 B
Bash

# Template file for 'clipit'
pkgname=clipit
version=1.4.4
revision=1
wrksrc="ClipIt-${version}"
build_style=gnu-configure
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
makedepends="gtk+-devel librsvg-devel"
depends="xdotool"
short_desc="Lightweight GTK+ clipboard manager"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3.0-or-later"
homepage="https://github.com/CristianHenzel/ClipIt/"
distfiles="https://github.com/CristianHenzel/ClipIt/archive/v${version}.tar.gz"
checksum=f17bd2f00ece505510428de23f3e84424c62043d95bd9c62f5d28fe4bcf7ecdb
pre_configure() {
./autogen.sh
}