24 lines
693 B
Bash
24 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
|
||
|
}
|