# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 DESCRIPTION="Program to easily change brightness on backlight-controllers." HOMEPAGE="https://github.com/haikarainen/light" SRC_URI="" EGIT_REPO_URI="https://github.com/haikarainen/light.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" inherit git-r3 src_unpack() { git-r3_src_unpack }