void-packages/srcpkgs/gscreenshot/template

22 lines
929 B
Bash

# Template file for 'gscreenshot'
pkgname=gscreenshot
version=3.6.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools gettext go-md2man"
# refer to https://github.com/thenaterhood/gscreenshot#installation
# for optional dependencies across system configurations
depends="gtk+3 python3-setuptools python3-Pillow python3-gobject"
checkdepends="${depends} python3-mock python3-pytest"
short_desc="GUI for multiple screenshot backends including scrot, PIL, and grim"
maintainer="icp <pangolin@vivaldi.net>"
license="GPL-2.0-only"
homepage="https://github.com/thenaterhood/gscreenshot"
changelog="https://github.com/thenaterhood/gscreenshot/releases"
distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz"
checksum=d551f315773ce50f7b9ec66ef9a461431549cfbf8e206d00bf252869e8a601b7
do_check() {
(cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)
}