From f932718a139f93e19a6883c061f81b365a408592 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 4 Nov 2022 21:16:38 +0000 Subject: gentoo auto-resync : 04:11:2022 - 21:16:37 --- app-misc/hastyhex/hastyhex-1.0.0.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app-misc/hastyhex/hastyhex-1.0.0.ebuild (limited to 'app-misc/hastyhex/hastyhex-1.0.0.ebuild') diff --git a/app-misc/hastyhex/hastyhex-1.0.0.ebuild b/app-misc/hastyhex/hastyhex-1.0.0.ebuild new file mode 100644 index 000000000000..87471bff2613 --- /dev/null +++ b/app-misc/hastyhex/hastyhex-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="A blazing fast hex dumper" +HOMEPAGE="https://github.com/skeeto/hastyhex" +SRC_URI="https://github.com/skeeto/${PN}/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die +} + +src_install() { + dobin ${PN} + doman ${PN}.1 +} -- cgit v1.2.3