2eea6b1f6e
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
15 lines
411 B
Bash
15 lines
411 B
Bash
# Template file for 'hexyl'
|
|
pkgname=hexyl
|
|
version=0.6.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=5031b20c13b3ccb27abbf119b54609cef16c4152aca2823ee5c53cd5f434b97e
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|