From ad27c08a3b257b8ae8591508d20d2965377dfdf9 Mon Sep 17 00:00:00 2001 From: akhil Date: Tue, 9 Aug 2022 11:11:50 +0530 Subject: [PATCH] New package: wayshot-1.2.2 --- srcpkgs/wayshot/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/wayshot/template diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template new file mode 100644 index 000000000000..8d2feff1a096 --- /dev/null +++ b/srcpkgs/wayshot/template @@ -0,0 +1,19 @@ +# Template file for 'wayshot' +pkgname=wayshot +version=1.2.2 +revision=1 +build_style=cargo +hostmakedepends="scdoc" +short_desc="Screenshot tool for wlroots compositors" +maintainer="akhil " +license="BSD-2-Clause" +homepage="https://github.com/waycrate/wayshot" +changelog="https://github.com/waycrate/wayshot/releases" +distfiles="https://github.com/waycrate/wayshot/archive/refs/tags/${version}.tar.gz" +checksum=6f94150cbd7984d941f53680a5116c5b3ee27ab7650e88dc8c7d09742410b049 + +post_install() { + vlicense LICENSE + vman docs/wayshot.1.gz + vman docs/wayshot.7.gz +}