Diff powerstat-0.02.27 with a powerstat-9999
/usr/portage/sys-power/powerstat/powerstat-9999.ebuild 2023-10-09 14:52:35.572368503 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit toolchain-funcs |
|
6 |
EGIT_REPO_URI="https://github.com/ColinIanKing/${PN}.git" |
|
7 | ||
8 |
inherit git-r3 toolchain-funcs |
|
7 | 9 | |
8 | 10 |
DESCRIPTION="Laptop power measuring tool" |
9 | 11 |
HOMEPAGE="https://launchpad.net/ubuntu/+source/powerstat https://github.com/ColinIanKing/powerstat" |
10 |
SRC_URI="https://github.com/ColinIanKing/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz" |
|
12 |
SRC_URI="" |
|
11 | 13 | |
12 | 14 |
LICENSE="GPL-2+" |
13 | 15 |
SLOT="0" |
14 |
KEYWORDS="~amd64 ~x86" |
|
16 |
KEYWORDS="" |
|
15 | 17 | |
16 | 18 |
src_prepare() { |
17 | 19 |
default |