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 +}