| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
S="${WORKDIR}/${PN}"
DESCRIPTION="A (fetch?) tool to display the colours of your terminal emulator written in bash"
HOMEPAGE="https://ari.lt/gh/colours"
SRC_URI="https://ari.lt/gh/colours/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ArAr2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=app-shells/bash-5.1_p8
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dobin colours
}
>=app-shells/bash-5.1_p8
>=app-shells/bash-5.1_p8
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | colours-0.1.tar.gz | 1476 bytes | https://ari.lt/gh/colours/archive/v0.1.tar.gz |