From 8878c64f001f04322063ec26740adc3d70f62e81 Mon Sep 17 00:00:00 2001 From: akhil Date: Tue, 9 Aug 2022 11:11:50 +0530 Subject: [PATCH 1/2] New package: wayshot-1.1.9 --- 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..824e7ec6be5f --- /dev/null +++ b/srcpkgs/wayshot/template @@ -0,0 +1,21 @@ +# Template file for 'wayshot' +pkgname=wayshot +version=1.1.9 +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=7b39334f38d1589f87aba45f8c3bae112f33aa1d92b5337ae517c339d2f96855 + +post_install() { + vlicense LICENSE + scdoc docs/wayshot.1 + scdoc docs/wayshot.7 + vman ./docs/wayshot.1 + vman ./docs/wayshot.7 +} From fa7602f9e1bfce065f60b3df73df8a16584b4454 Mon Sep 17 00:00:00 2001 From: akhil Date: Mon, 5 Sep 2022 18:28:37 +0530 Subject: [PATCH 2/2] wayshot: update to 1.2.0 --- srcpkgs/wayshot/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/wayshot/template b/srcpkgs/wayshot/template index 824e7ec6be5f..3bfa01afc1c4 100644 --- a/srcpkgs/wayshot/template +++ b/srcpkgs/wayshot/template @@ -1,6 +1,6 @@ # Template file for 'wayshot' pkgname=wayshot -version=1.1.9 +version=1.2.0 revision=1 build_style=cargo hostmakedepends="scdoc" @@ -14,8 +14,4 @@ checksum=7b39334f38d1589f87aba45f8c3bae112f33aa1d92b5337ae517c339d2f96855 post_install() { vlicense LICENSE - scdoc docs/wayshot.1 - scdoc docs/wayshot.7 - vman ./docs/wayshot.1 - vman ./docs/wayshot.7 }