15 lines
596 B
Bash
15 lines
596 B
Bash
# Template file for 'gscreenshot'
|
|
pkgname=gscreenshot
|
|
version=2.16.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools gettext"
|
|
depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"
|
|
short_desc="GUI front-end for the scrot program"
|
|
maintainer="Rui Flora <rui.flora@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/thenaterhood/gscreenshot"
|
|
distfiles="https://github.com/thenaterhood/gscreenshot/archive/v${version}.tar.gz"
|
|
checksum=a52695e6566569976b12ca9ccb934043b7a5747c3d3c90c9b79db305592e8bb7
|
|
# doesn't ship any tests
|
|
make_check=no
|