app-text/light - 1.2.2 (yellow)

Search

Package Information

Description:
A program to control backlight (and other hardware lights)
Homepage:
https://github.com/JasonGantner/light
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2.2 8 amd64 0
View Raw Ebuild
# SPDX-License-Identifier: GPL-2.0 OR ISC
# Copyright 2020-2024 Jason André Charles Gantner
# Distributed under the terms of the ISC License

EAPI=8

DESCRIPTION="A program to control backlight (and other hardware lights)"
HOMEPAGE="https://github.com/JasonGantner/light"
SRC_URI="https://github.com/JasonGantner/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
IUSE="udev"

DEPEND="udev? ( virtual/udev )"
RDEPEND="${DEPEND}"

src_configure(){
	./autogen.sh
	econf $(use_with udev)
}

USE Flags

Dependencies

DEPEND

udev? ( virtual/udev )

RDEPEND

udev? ( virtual/udev )

Manifest for 1.2.2

Type File Size Source URLs
DIST light-1.2.2.tar.gz 33009 bytes https://github.com/JasonGantner/light/archive/v1.2.2.tar.gz