void-packages/srcpkgs/hexyl/template

17 lines
519 B
Bash

# Template file for 'hexyl'
pkgname=hexyl
version=0.15.0
revision=1
build_style=cargo
short_desc="Command-line hex viewer"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/hexyl"
changelog="https://raw.githubusercontent.com/sharkdp/hexyl/master/CHANGELOG.md"
distfiles="https://github.com/sharkdp/hexyl/archive/refs/tags/v${version}.tar.gz"
checksum=017ab7fe18caa3d13427fb13fd6050a9d8bf9aa26d1e1fe02924dfd7f86cd3cf
post_install() {
vlicense LICENSE-MIT
}