16 lines
393 B
Bash
16 lines
393 B
Bash
# Template file for 'hex'
|
|
pkgname=hex
|
|
version=0.1.2
|
|
revision=2
|
|
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=36793a5b0c2be13974b8436952888cc0fad7651fdabd378749e9adc8518dcf1c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|