From 03f672a6fc988abccbba7947a34c76561a917f50 Mon Sep 17 00:00:00 2001 From: Antonio Malcolm Date: Sun, 21 Feb 2016 21:22:15 -0800 Subject: [PATCH] New Package: hex2hcd --- srcpkgs/hex2hcd/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/hex2hcd/template diff --git a/srcpkgs/hex2hcd/template b/srcpkgs/hex2hcd/template new file mode 100644 index 0000000000..c317d9aee2 --- /dev/null +++ b/srcpkgs/hex2hcd/template @@ -0,0 +1,15 @@ +# Template file for 'hex2hcd' +pkgname=hex2hcd +version=2016.02.21 +revision=1 +build_style=gnu-makefile +short_desc="Convert *.hex firmware files to *.hcd format" +maintainer="Antonio Malcolm " +homepage="https://github.com/antonio-malcolm/hex2hcd" +license="GPL-2" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=45cab33daa404c6e66979abea975f11cb5705152c7723a2a16391f5fd1ba847b + +do_install() { + vbin ${pkgname} +}