From 6ff3a3383d964b8b4fd81927cb805d5de7c8d8e5 Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Fri, 21 Aug 2026 12:19:40 +0100 Subject: [PATCH] New package: rawhex-1.5 --- srcpkgs/rawhex/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/rawhex/template diff --git a/srcpkgs/rawhex/template b/srcpkgs/rawhex/template new file mode 100644 index 00000000000000..e9bf47711d93e4 --- /dev/null +++ b/srcpkgs/rawhex/template @@ -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 " +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 +}