void-packages/srcpkgs/hex/template
2020-05-25 21:35:10 +02:00

16 lines
393 B
Bash

# Template file for 'hex'
pkgname=hex
version=0.3.0
revision=1
build_style=cargo
short_desc="Futuristic take on hexdump"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://github.com/sitkevij/hex"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=d929593ae5851c6cb7e778f759fca380245d6053fa3b0cb9643e598a37015c84
post_install() {
vlicense LICENSE
}