grimshot: update to 1.9+0

This commit is contained in:
Luca Matei Pintilie 2024-02-24 19:45:06 +01:00 committed by Andrew J. Hesford
parent b796af3992
commit bee8c9a733
2 changed files with 19 additions and 1 deletions

View File

@ -1 +0,0 @@
sway

19
srcpkgs/grimshot/template Normal file
View File

@ -0,0 +1,19 @@
# 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
}