mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-07 01:08:14 -07:00
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
14 lines
259 B
Bash
14 lines
259 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=MIYAGAWA
|
|
DIST_VERSION=0.03
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Detect encoding of the current terminal"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~x86"
|