New package: hexyl-0.3.0

This commit is contained in:
SolitudeSF 2019-01-09 20:17:58 +02:00 committed by maxice8
parent 459f0e8b10
commit 358bfb3e18
1 changed files with 15 additions and 0 deletions

15
srcpkgs/hexyl/template Normal file
View File

@ -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 <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
}