blob: 6b918ebf6c3c787744ff05603a70cc9717adf129 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=TYEMQ
DIST_VERSION=1.0101
DIST_A_EXT=tgz
inherit perl-module
DESCRIPTION="Simple, ad-hoc access to elements of deeply nested structures"
# https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~mips ~x86"
|