From 44d4619570529c85c3408e45ae659a8884e19d3f Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 7 May 2022 10:42:33 +0300 Subject: [PATCH] New package: moar-1.9.3 --- srcpkgs/moar/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/moar/template diff --git a/srcpkgs/moar/template b/srcpkgs/moar/template new file mode 100644 index 000000000000..cb92c12e2875 --- /dev/null +++ b/srcpkgs/moar/template @@ -0,0 +1,17 @@ +# Template file for 'moar' +pkgname=moar +version=1.9.3 +revision=1 +build_style=go +go_import_path=github.com/walles/moar +short_desc="Pager designed to just do the right thing without any configuration" +maintainer="mobinmob " +license="BSD-2-Clause" +homepage="https://github.com/walles/moar" +distfiles="https://github.com/walles/moar/archive/refs/tags/v${version}.tar.gz" +checksum=17e527fc18ff25c590ff8790c32322e9c9c5e036ccf279ca2ed63be870889182 + +post_install() { + mv "${DESTDIR}"/usr/bin/moar "${DESTDIR}"/usr/bin/moar-pager + vlicense LICENSE +}