blob: 7ab0a92aa4aa8d83e0d396bb1405bb232c92dbba (
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 = nextshot
pkgdesc = A simple screenshot tool that uploads to Nextcloud and works with Sway and X11
pkgver = 1.4.6
pkgrel = 1
url = https://github.com/dshoreman/nextshot
install = nextshot.install
arch = x86_64
license = GPL
depends = bash
depends = curl
depends = jq
optdepends = yad: tray icon and gui support
optdepends = grim: take screenshots on Sway
optdepends = slurp: area selection on Sway
optdepends = wl-clipboard: clipboard support on Sway
optdepends = bc: colour conversion on X11
optdepends = imagemagick: take screenshots on X11
optdepends = slop: window/area selection on X11
optdepends = xclip: clipboard support on X11
source = https://github.com/dshoreman/nextshot/archive/v1.4.6.tar.gz
sha256sums = fc35dc380fe33d0d2cd4f626d62b09b175bed34344fd74521905917d11287815
pkgname = nextshot
|