vp-build/srcpkgs/hex/template

16 lines
393 B
Bash
Raw Normal View History

2018-09-07 01:54:13 +02:00
# Template file for 'hex'
pkgname=hex
version=0.1.2
2018-10-02 00:57:14 +02:00
revision=2
build_style=cargo
2018-09-07 01:54:13 +02: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"
checksum=36793a5b0c2be13974b8436952888cc0fad7651fdabd378749e9adc8518dcf1c
2018-10-02 00:57:14 +02:00
post_install() {
2018-09-07 01:54:13 +02:00
vlicense LICENSE
}