mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
15 lines
268 B
Bash
15 lines
268 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_EXAMPLES='eg/*'
|
|
DIST_AUTHOR=NEILB
|
|
DIST_VERSION=0.04
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Hexadecimal Dumper"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~hppa ~sparc x86"
|