void-packages/srcpkgs/hex/template

16 lines
393 B
Bash
Raw Normal View History

2018-09-06 23:54:13 +00:00
# Template file for 'hex'
pkgname=hex
2019-01-13 22:05:26 +00:00
version=0.1.3
revision=1
2018-10-01 22:57:14 +00:00
build_style=cargo
2018-09-06 23:54:13 +00:00
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"
2019-01-13 22:05:26 +00:00
checksum=7c5397b1f435d2e3b5280cf6186ea8fcc44690fda812e303b6b51b6bbececc5e
2018-09-06 23:54:13 +00:00
2018-10-01 22:57:14 +00:00
post_install() {
2018-09-06 23:54:13 +00:00
vlicense LICENSE
}