From 6cf830a267b2104b4bc3d4b8ebd96cd47392f9ae Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Thu, 28 Jul 2022 23:08:39 +0530 Subject: [PATCH] New package: shellharden-4.3.0 --- srcpkgs/shellharden/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/shellharden/template diff --git a/srcpkgs/shellharden/template b/srcpkgs/shellharden/template new file mode 100644 index 000000000000..464e1f7d5691 --- /dev/null +++ b/srcpkgs/shellharden/template @@ -0,0 +1,16 @@ +# Template file for 'shellharden' +pkgname=shellharden +version=4.3.0 +revision=1 +build_style=cargo +short_desc="Bash linter and syntax highlighter" +maintainer="Ishaan Bhimwal " +license="MPL-2.0" +homepage="https://github.com/anordal/shellharden" +changelog="https://raw.githubusercontent.com/anordal/shellharden/master/CHANGELOG.md" +distfiles="https://github.com/anordal/shellharden/archive/v${version}.tar.gz" +checksum=d17bf55bae4ed6aed9f0d5cea8efd11026623a47b6d840b826513ab5b48db3eb + +post_install() { + vlicense LICENSE +}