mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
16 lines
337 B
Bash
16 lines
337 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit node
|
|
|
|
DESCRIPTION="A library ofterminal/console command strings"
|
|
HOMEPAGE="
|
|
https://github.com/iarna/console-control-strings
|
|
https://www.npmjs.com/package/console-control-strings
|
|
"
|
|
|
|
LICENSE="ISC"
|
|
KEYWORDS="~amd64"
|