update: hexview-1.0.0

master
Avril 4 years ago
parent 5829b536c0
commit 38d393e638
Signed by: flanchan
GPG Key ID: 966FE03CC0E0B199

@ -1 +1,2 @@
DIST hexview-0.1.0.tar.gz 2733 BLAKE2B 4d624a46feee9f4acbb4c7b721e781812f7e2b691c5366a4f962a4516d2719936d866b39159111c1ebd0658586f5ead9485542a507ca9aa6ae4bbd8d0ce54c67 SHA512 36d928c36356ab9cfc91dad96b1de0fe14eaf6f65f3df0983964d37f5d81c05145b56e3aefd0521d299b0a70a27469b27b3fbddff75f8c25b2274062e88adccd
DIST hexview-1.0.0.tar.gz 2764 BLAKE2B 81bd2f8b0557f46835ba18b5b150b3a0373a7496f5d9c695321eeb3140ad7c78658139d0035c7c911a9de03fd2e8ec133dc58043ed160fdf85d11cacf6e2ad71 SHA512 c126cde7deac7a97469247ef0243e7508377e009533f058e19811f76034e70afdfc3a9e10f7a10c3c08879082fb24080decf315c57918c02966ca17e06f4b695

@ -0,0 +1,28 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="View hex of binary files"
HOMEPAGE="https://git.flanchan.moe/flanchan/hexview"
SRC_URI="https://git.flanchan.moe/flanchan/hexview/archive/v${PV}.tar.gz -> hexview-${PV}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_unpack() {
default
mv ${WORKDIR}/hexview{,-${PV}}
}
src_install() {
dobin ${S}/hexview
}
Loading…
Cancel
Save