commit
99eab2b8dd
1 changed files with 21 additions and 0 deletions
21
srcpkgs/gpick/template
Normal file
21
srcpkgs/gpick/template
Normal 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
|
||||
}
|
||||
|
Loading…
Reference in a new issue