Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions srcpkgs/rawhex/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Template file for 'rawhex'
pkgname=rawhex
version=1.5
revision=1
build_style=gnu-makefile
short_desc="Hex dumper in C with AVX2 SIMD formatting"
maintainer="elbachir-one <bachiralfa@gmail.com>"
license="Apache-2.0"
homepage="https://git.disroot.org/Vextoly/rawhex"
changelog="https://git.disroot.org/Vextoly/rawhex/releases"
distfiles="https://git.disroot.org/Vextoly/rawhex/archive/${version}.tar.gz"
checksum=53bd09da5eea00c1a22d76b744bcbe0f24d9c438d3c02275d133bdeb6dd2efab

do_install() {
vbin rawhex
}
Loading