# # Command line screen capture util. # # scrot is a command-line screen capture util like "import", but using # imlib2. It has lots of options for autogenerating filenames, and can # do fun stuff like taking screenshots of multiple displays and glueing # them together. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=scrot pkgversion=0.10.0 arch=amd64 release=1 pkgcategory="x-apps" full_pkgname=scrot_0.10.0_amd64-1@x-apps blurb="Command line screen capture util." homepage="https://github.com/dreamer/scrot" license="MIT" fetch="https://github.com/dreamer/scrot/archive/v0.10.0/scrot-0.10.0.tar.gz" replace=""