15 lines
393 B
Bash
15 lines
393 B
Bash
# Template file for 'hex'
|
|
pkgname=hex
|
|
version=0.1.3
|
|
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=7c5397b1f435d2e3b5280cf6186ea8fcc44690fda812e303b6b51b6bbececc5e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|