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