New package: hex-0.1.2 (#2429)
This commit is contained in:
parent
65e15f79dd
commit
f0be6bb753
1 changed files with 21 additions and 0 deletions
21
srcpkgs/hex/template
Normal file
21
srcpkgs/hex/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'hex'
|
||||
pkgname=hex
|
||||
version=0.1.2
|
||||
revision=1
|
||||
hostmakedepends="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
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
cargo build --release ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin target/release/hex
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue