From 94e035c3456a6477060d589543a8e1ab95e848b8 Mon Sep 17 00:00:00 2001 From: sabuontop Date: Mon, 27 Jul 2026 01:08:30 +0200 Subject: [PATCH] New package: grimblast-0.1 --- srcpkgs/grimblast/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/grimblast/template diff --git a/srcpkgs/grimblast/template b/srcpkgs/grimblast/template new file mode 100644 index 00000000000000..75085b3f485710 --- /dev/null +++ b/srcpkgs/grimblast/template @@ -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 " +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 +}