20 lines
620 B
Bash
20 lines
620 B
Bash
|
# Template file for 'grimshot'
|
||
|
pkgname=grimshot
|
||
|
version=1.9+0
|
||
|
revision=1
|
||
|
build_style=meta
|
||
|
depends="grim slurp sway wl-clipboard jq libnotify"
|
||
|
short_desc="Helper for screenshots within sway"
|
||
|
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/OctopusET/sway-contrib/"
|
||
|
changelog="https://github.com/OctopusET/sway-contrib/releases/"
|
||
|
distfiles="https://github.com/OctopusET/sway-contrib/archive/refs/tags/${version/+/-contrib.}.tar.gz"
|
||
|
checksum=3233a4a1671973c950802b4efb0912d08c6e08c78c0998daffff2844683f3457
|
||
|
|
||
|
do_install() {
|
||
|
vman grimshot.1
|
||
|
vbin grimshot
|
||
|
vlicense LICENSE
|
||
|
}
|