void-packages/srcpkgs/scrot/template
2019-06-21 02:19:30 +02:00

22 lines
685 B
Bash

# Template file for 'scrot'
pkgname=scrot
version=1.0
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="Juan RP <xtraeme@voidlinux.org>"
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=b926cda180ef55cab90d164ea0afa577cd24db8bc8821dc858b4a90d2a9fa09f
pre_configure() {
./autogen.sh
}
post_install() {
vlicense COPYING
}