🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: scrot
pkgver: '2.0.0'
pkgrel: '1'
pkgdesc: 'A simple command-line screenshot utility for X'
url: 'https://github.com/resurrecting-open-source-projects/scrot'
arch: x86_64
depends: []
makedepends:
- imlib2
- 'autoconf-archive'
- 'xorg-libxfixes'
- 'xorg-libxcomposite'
- libbsd
- 'xorg-libxinerama'
source:
- 'https://github.com/resurrecting-open-source-projects/scrot/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
autoreconf -fiv
./configure --prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=${PKGDIR} docsdir=/usr/share/doc/scrot-${pkgver} install
package: |
true