From 1752189786e293f0fbd167b1910af3b309d18142 Mon Sep 17 00:00:00 2001 From: Tung Anh Vu Date: Sat, 5 Mar 2022 23:27:32 +0100 Subject: [PATCH] New package: wayshot-1.1.5 --- srcpkgs/wayshot/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/wayshot/template diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template new file mode 100644 index 000000000000..268045d1e393 --- /dev/null +++ b/srcpkgs/wayshot/template @@ -0,0 +1,15 @@ +# Template file for 'wayshot' +pkgname=wayshot +version=1.1.5 +revision=1 +build_style=cargo +short_desc="Screenshot tool for wlroots compositors" +maintainer="Tung Anh Vu " +license="BSD-2-Clause" +homepage="https://waycrate.github.io/wayshot" +distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz" +checksum=c6608b3b46a61b5e176b4af820fd5c113c42a9aa789d717d310b0a3a0bb7bbe3 + +post_install() { + vlicense LICENSE +}