mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
13 lines
285 B
Bash
13 lines
285 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=BINGOS
|
|
DIST_VERSION=1.03
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="sort lexically, but sort numeral parts numerically"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
|