0e5c18a104
Closes: #21113
22 lines
688 B
Bash
22 lines
688 B
Bash
# Template file for 'scrot'
|
|
pkgname=scrot
|
|
version=1.3
|
|
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 <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=b9bfcc01a3021bd53864b3c7b5f7b1b11b3e430be15ce97332431c48003d64ac
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|