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 +}