aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJian Lin <jlin.gentoo@outlook.com>2020-12-22 06:25:06 +0800
committerJian Lin <jlin.gentoo@outlook.com>2020-12-22 06:25:06 +0800
commitcfd0b7cb4794a27854881320104566015699b83c (patch)
tree4010a3b6da9e72ca3f074fcba1b77c4344728f79 /x11-misc/betterlockscreen_rapid
parentx11-misc/i3lock-fancy-rapid: don't use PN with dobin (diff)
downloadguru-cfd0b7cb4794a27854881320104566015699b83c.tar.gz
guru-cfd0b7cb4794a27854881320104566015699b83c.tar.bz2
guru-cfd0b7cb4794a27854881320104566015699b83c.zip
x11-misc/betterlockscreen_rapid: improve live ebuild
improve live ebuild: - don't use ${HOMEPAGE} in EGIT_REPO_URI - don't use ${PN} in src_install Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
Diffstat (limited to 'x11-misc/betterlockscreen_rapid')
-rw-r--r--x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild
index 055a321c7..58fcaecc0 100644
--- a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild
+++ b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild
@@ -2,15 +2,15 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit git-r3
DESCRIPTION="A rapid and good-looking screen locker"
HOMEPAGE="https://github.com/oakszyjrnrdy/betterlockscreen_rapid"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/oakszyjrnrdy/betterlockscreen_rapid.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
RDEPEND="
x11-misc/i3lock-color
@@ -18,7 +18,7 @@ RDEPEND="
"
src_install() {
- dobin "${PN}"
+ dobin betterlockscreen_rapid
insinto /etc
- doins "${PN}.conf"
+ doins betterlockscreen_rapid.conf
}