summary refs log tree commit diff
path: root/x11-misc/colt/colt-9999.ebuild
blob: 32b8e23449d94324b3116de8101f5bf5b891f358 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

if [[ ${PV} == *9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/azahi/colt.git"
fi

DESCRIPTION="A small color temperature and brightness controller for X11"
HOMEPAGE="https://github.com/azahi/colt"

if [[ ${PV} == *9999 ]]; then
	SRC_URI=""
	KEYWORDS=""
else
	SRC_URI="https://github.com/azahi/colt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="WTFPL-2"
SLOT="0"
IUSE=""

DEPEND="x11-libs/libX11
	x11-libs/libXinerama
"
RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
	dobin ${PN}
}

Consider giving Nix/NixOS a try! <3