diff --git a/srcpkgs/jless/template b/srcpkgs/jless/template new file mode 100644 index 00000000000..1b53b6c75a1 --- /dev/null +++ b/srcpkgs/jless/template @@ -0,0 +1,15 @@ +# Template file for 'jless' +pkgname=jless +version=0.7.1 +revision=1 +build_style=cargo +short_desc="Pager for JSON data" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://github.com/PaulJuliusMartinez/jless" +distfiles="https://github.com/PaulJuliusMartinez/jless/archive/refs/tags/v${version}.tar.gz" +checksum=8b36d117ac0ef52fa0261e06b88b5ae77c2ff4beeb54f2c906a57f066dc46179 + +post_install() { + vlicense LICENSE +}