void-packages/srcpkgs/gscreenshot/template

21 lines
695 B
Bash
Raw Normal View History

# Template file for 'gscreenshot'
pkgname=gscreenshot
version=2.7.3
revision=1
2017-08-15 17:11:55 +00:00
noarch=yes
build_style=python-module
2017-08-15 17:11:55 +00:00
pycompile_module="gscreenshot"
hostmakedepends="python scrot python-setuptools"
2017-08-15 17:11:55 +00:00
depends="python-Pillow python-gobject scrot"
short_desc="GUI front-end for the scrot program"
maintainer="Rui Flora <rui.flora@gmail.com>"
license="GPL-2"
homepage="https://github.com/thenaterhood/gscreenshot"
distfiles="https://github.com/thenaterhood/gscreenshot/archive/v${version}.tar.gz"
checksum=8868e3966648852cd5aa76ec350ff11d9970850d714c2fdd49f7ec55d4c7d464
2017-08-15 17:11:55 +00:00
post_install() {
ln -sf gscreenshot2 ${DESTDIR}/usr/bin/gscreenshot
ln -sf gscreenshot-cli2 ${DESTDIR}/usr/bin/gscreenshot-cli
}