# Template file for 'scrot' pkgname=scrot version=1.2 revision=1 build_style=gnu-configure make_install_args="docsdir=/usr/share/doc/scrot" hostmakedepends="automake autoconf-archive" makedepends="libX11-devel libXcursor-devel giblib-devel imlib2-devel" short_desc="Simple command-line screenshot utility for X" maintainer="Frank Steinborn " license="MIT" homepage="https://github.com/resurrecting-open-source-projects/scrot" distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz" checksum=e9b41d4cb9b5ab3747d6718c4eb51d5aaf35b6cac23c9ff68af15fc1c9ce187c pre_configure() { ./autogen.sh } post_install() { vlicense COPYING }