mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-18 20:31:14 +01:00
sys-apps/psensor test ebuild
This commit is contained in:
parent
7bdbbeb6f4
commit
d724c8634b
1
sys-apps/psensor/Manifest
Normal file
1
sys-apps/psensor/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD psensor-9999.ebuild 804 SHA256 15af4defb586b7085b8c87592b64a008a2b04d2d59417f8bd186473f20ee1d1c SHA512 65c0ad50cfa34429e3590d067e562fe62ff3f9d48ce4b3543d92ca787b4fad0a62a8a2398b02b8f082c3513addf512f4be7bc2c02270b15f48aba533f4a817f3 WHIRLPOOL 77a77f0414ca80a5260f1ca5bd26052808dbb66b121a0c91c3e17037d51e30eec5635b82135615423913e39e14ad8c3ec1185a9df296d6ed827811e52ce9f023
|
26
sys-apps/psensor/psensor-9999.ebuild
Normal file
26
sys-apps/psensor/psensor-9999.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=6
|
||||
DESCRIPTION="Psensor is a graphical hardware monitoring application for Linux."
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.wpitchoune.net/psensor.git"
|
||||
SLOT=0
|
||||
IUSE="man doc appindicator libnotify atasmart server X"
|
||||
KEYWORD=""
|
||||
RDEPEND="sys-apps/lm_sensors
|
||||
x11-libs/gtk+:3
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
appindicator? ( dev-libs/libappindicator )
|
||||
dev-libs/json-c
|
||||
gnome-base/libgtop:2
|
||||
atasmart? ( dev-libs/libatasmart )
|
||||
server? ( net-libs/libmicrohttpd )
|
||||
"
|
||||
DEPEND=$RDEPEND"man? ( sys-apps/help2man )
|
||||
doc? ( dev-ruby/asciidoctor )"
|
||||
src_configure() {
|
||||
|
||||
econf \
|
||||
$(use_with X x) \
|
||||
$(use_with gtop)
|
||||
}
|
Loading…
Reference in New Issue
Block a user