22 lines
687 B
Bash
22 lines
687 B
Bash
# Template file for 'scrot'
|
|
pkgname=scrot
|
|
version=1.1.1
|
|
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=63bc645d5dfff51e441541dc999379b34722c6428a4cd642e20005e6901383ba
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|