void-packages/srcpkgs/GPaste/template
Alif Rachmawadi 949989509a
New package: GPaste-3.28.0
Closes: #12742 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-07 16:20:50 +02:00

23 lines
693 B
Bash

# Template file for 'GPaste'
pkgname=GPaste
version=3.28.0
revision=1
build_style=gnu-configure
hostmakedepends="automake intltool pkg-config gettext-devel
gobject-introspection"
makedepends="pango-devel gdk-pixbuf-devel gtk+3-devel appstream-glib-devel
mutter-devel gjs-devel libXtst-devel vala-devel"
short_desc="Clipboard management system"
maintainer="Alif Rachmawadi <arch@subosito.com>"
license="BSD"
homepage="http://www.imagination-land.org/tags/GPaste.html"
distfiles="https://github.com/Keruspe/${pkgname}/archive/v${version}.tar.gz"
checksum=39564336537798524e66f05ed5863abaa27ef7cbdad00c6845a58b062b7ef197
pre_configure() {
./autogen.sh
}
post_install() {
vlicense COPYING
}