mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
sys-apps/save-backlight: revbump
This revision respects `EPREFIX`. Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
This commit is contained in:
parent
76df895a89
commit
7f4bd53597
@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit prefix
|
||||
|
||||
DESCRIPTION="An OpenRC service for restoring the last brightness level on reboot"
|
||||
HOMEPAGE="https://github.com/beatussum/save-backlight/"
|
||||
|
||||
@ -16,13 +18,17 @@ fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
RESTRICT="binchecks strip test"
|
||||
|
||||
RDEPEND="sys-apps/openrc"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
hprefixify save-backlight
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
emake PREFIX="" DESTDIR="${D}" install
|
||||
emake DESTDIR="${ED}" PREFIX="" install
|
||||
}
|
@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit prefix
|
||||
|
||||
DESCRIPTION="An OpenRC service for restoring the last brightness level on reboot"
|
||||
HOMEPAGE="https://github.com/beatussum/save-backlight/"
|
||||
|
||||
@ -16,13 +18,17 @@ fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
RESTRICT="binchecks strip test"
|
||||
|
||||
RDEPEND="sys-apps/openrc"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
hprefixify save-backlight
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
emake PREFIX="" DESTDIR="${D}" install
|
||||
emake DESTDIR="${ED}" PREFIX="" install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user