Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions srcpkgs/grimblast/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Template file for 'grimblast'
pkgname=grimblast
version=0.1
revision=1
depends="grim slurp jq wl-clipboard"
short_desc="Helper for screenshots within Hyprland"
maintainer="kreezx <contact@kreezx.tech>"
license="MIT"
homepage="https://github.com/hyprwm/contrib"
distfiles="https://github.com/hyprwm/contrib/archive/refs/tags/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=85d41323e75f5cc2a78be3379d7a5961c13493119e78135e6404e72366925b2f

do_install() {
vbin grimblast/grimblast
vlicense LICENSE
}