void-packages/srcpkgs/scrot/template
2021-02-11 17:53:06 -03:00

22 lines
695 B
Bash

# Template file for 'scrot'
pkgname=scrot
version=1.5
revision=1
build_style=gnu-configure
make_install_args="docsdir=/usr/share/doc/scrot"
hostmakedepends="automake autoconf-archive"
makedepends="libXcomposite-devel libXcursor-devel giblib-devel imlib2-devel"
short_desc="Simple command-line screenshot utility for X"
maintainer="Frank Steinborn <steinex@nognu.de>"
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=87afba3998aac097f13231f3b0452c21188bf4b5cc6ac0747693a1da1a0ae40f
pre_configure() {
./autogen.sh
}
post_install() {
vlicense COPYING
}