app-misc/hastyhex - 1.0.0 (gentoo)

Search

Package Information

Description:
A blazing fast hex dumper
Homepage:
https://github.com/skeeto/hastyhex
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 amd64 0
View Raw Ebuild
# Copyright 2022-2024 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
}

Manifest for 1.0.0

Type File Size Source URLs
DIST hastyhex-1.0.0.tar.xz 4924 bytes https://github.com/skeeto/hastyhex/releases/download/v1.0.0/hastyhex-1.0.0.tar.xz