void-packages/srcpkgs/scrotty/template
2018-11-29 14:30:32 -02:00

19 lines
581 B
Bash

# Template file for 'scrotty'
pkgname=scrotty
version=2.0
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config auto-auto-complete"
makedepends="libpng-devel"
depends="ImageMagick"
short_desc="Framebuffer screenshoter"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-3.0-or-later"
homepage="https://github.com/maandree/scrotty"
distfiles="https://github.com/maandree/scrotty/archive/${version}.tar.gz"
checksum=466528d6ecf0138f57c40541258389686e22771c28d40f28c00825faaeaab1a3
pre_configure() {
export EXTRA_CFLAGS="$CFLAGS"
export EXTRA_LDFLAGS="$LDFLAGS"
}