mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
17 lines
837 B
Bash
17 lines
837 B
Bash
# Template file for 'gscreenshot'
|
|
pkgname=gscreenshot
|
|
version=3.8.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
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=55a4c6e28fc5be703350056d7868550b79537023a3c4cc348a34a8e3d9581c6c
|