19 lines
570 B
Bash
19 lines
570 B
Bash
# Template file for 'scrotty'
|
|
pkgname=scrotty
|
|
version=2.0
|
|
revision=1
|
|
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"
|
|
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"
|
|
}
|