From c37dd0f53e63952b53abf90c2853142ca7d9f180 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 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/wayshot/template diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template new file mode 100644 index 000000000000..aff8b4a92c25 --- /dev/null +++ b/srcpkgs/wayshot/template @@ -0,0 +1,21 @@ +# 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 + scdoc docs/wayshot.1 + scdoc docs/wayshot.7 + vman ./docs/wayshot.1 + vman ./docs/wayshot.7 +}