Merge pull request #2642 from o1ux/gpick

New package: gpick-0.2.5
This commit is contained in:
Juan RP 2015-09-30 18:37:36 +02:00
commit 99eab2b8dd

21
srcpkgs/gpick/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'gpick'
pkgname=gpick
version=0.2.5
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=scons
hostmakedepends="scons pkg-config"
makedepends="boost-devel gtk+-devel lua-devel"
short_desc="Advanced color picker written in C++ using GTK+ toolkit"
maintainer="Alexander Mamay <alexander@mamay.su>"
license="3-clause-BSD"
homepage="https://github.com/thezbyg/gpick"
distfiles="https://github.com/thezbyg/gpick/archive/${pkgname}-${version}.tar.gz"
checksum="3a9706c101f82e9a49880db9fb408c760d49e6b4506ee5768962c25ec2ecbb57"
do_install() {
scons DESTDIR=${DESTDIR}/usr install
rm -rf ${DESTDIR}/usr/share/doc
vlicense installer/License.txt LICENSE
}