void-packages/srcpkgs/hexyl/template

16 lines
411 B
Bash

# Template file for 'hexyl'
pkgname=hexyl
version=0.3.0
revision=1
build_style=cargo
short_desc="Command-line hex viewer"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
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
}