blob: e84d3229eb27939fba832a6c81f7c5abea12d662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = scrotty
pkgdesc = Screenshot program for Linux's TTY
pkgver = 1.0.1
pkgrel = 1
url = https://github.com/maandree/scrotty
install = scrotty.install
arch = i686
arch = x86_64
license = GPL3
license = custom:GFDL1.3
makedepends = make
makedepends = coreutils
makedepends = glibc
makedepends = gcc
makedepends = texinfo
depends = linux
depends = glibc
depends = imagemagick
source = https://github.com/maandree/scrotty/archive/1.0.1.tar.gz
sha256sums = a2f19969c84a9bd3751f4e04a9ada6ff6f0ef8b64028e63986ba317b55bdba1b
pkgname = scrotty
|