app-misc/colourpicker - 0.2 (dinolay)

Search

Package Information

Description:
Small CLI colour picker written in python
Homepage:
https://ari.lt/gh/colourpicker
License:
ArAr2

Ebuild Details

Version EAPI Keywords Slot
0.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
S="${WORKDIR}/${PN}"

PYTHON_COMPAT=( python3_{8..13} )

DESCRIPTION="Small CLI colour picker written in python"
HOMEPAGE="https://ari.lt/gh/colourpicker"
SRC_URI="https://ari.lt/gh/colourpicker/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ArAr2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
dev-lang/python[tk,readline]
"
RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
    dobin colourpicker
}

Dependencies

DEPEND

dev-lang/python[tk,readline]

RDEPEND

dev-lang/python[tk,readline]

Manifest for 0.2

Type File Size Source URLs
DIST colourpicker-0.2.tar.gz 3641 bytes https://ari.lt/gh/colourpicker/archive/v0.2.tar.gz