diff --git a/srcpkgs/hexyl/template b/srcpkgs/hexyl/template new file mode 100644 index 00000000000..c092739aa0e --- /dev/null +++ b/srcpkgs/hexyl/template @@ -0,0 +1,15 @@ +# Template file for 'hexyl' +pkgname=hexyl +version=0.3.0 +revision=1 +build_style=cargo +short_desc="Command-line hex viewer" +maintainer="SolitudeSF " +license="Apache-2.0, MIT" +homepage="https://github.com/sharkdp/hexyl" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=7a6b8c6058fa887105dcd5f85b2808b2e0e7557f13b28d6fe802ce5609ff473e + +post_install() { + vlicense LICENSE-MIT +}