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