void-packages/srcpkgs/scrot/template
2021-08-02 22:50:01 +02:00

23 lines
707 B
Bash

# Template file for 'scrot'
pkgname=scrot
version=1.6
revision=1
build_style=gnu-configure
make_install_args="docsdir=/usr/share/doc/scrot"
hostmakedepends="automake autoconf-archive pkg-config"
makedepends="libXcomposite-devel libXcursor-devel imlib2-devel libXext-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=5d53df3e86220b8aca21be03a39b542905f2a8a0ccd950fdce7fc48a32c09050
pre_configure() {
./autogen.sh
}
post_install() {
vlicense COPYING
}