blob: 32b3e33cf8081a3418f58e309e5ce49e20c10e03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = screenshot-cpp
pkgdesc = Interactive wlroots/Hyprland region screenshot tool with image clipboard and optional file-reference mode
pkgver = 0.1.0
pkgrel = 8
url = https://github.com/xander-lin/screenshot
arch = x86_64
license = MIT
makedepends = git
makedepends = meson
makedepends = ninja
makedepends = wayland-protocols
makedepends = wlr-protocols
depends = cairo
depends = grim
depends = libxkbcommon
depends = wayland
optdepends = wl-clipboard: inspect clipboard MIME types with wl-paste
optdepends = hyprland: tested wlroots compositor environment
optdepends = sway: alternative wlroots compositor environment
pkgname = screenshot-cpp
|