From 652645c29dcc8f4806894832bd48ff74e6e0dd87 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.7 --- 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..8775e757f87f --- /dev/null +++ b/srcpkgs/wayshot/template @@ -0,0 +1,15 @@ +# Template file for 'wayshot' +pkgname=wayshot +version=1.1.7 +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=aa037611f3e78537cf23d1fbe26132a36c57e20acb41661070b7d9327cf05b0b + +post_install() { + vlicense LICENSE +}