Files
guru/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild
Jian Lin 145fc1d3fe x11-misc/betterlockscreen_rapid: add snapshot ebuild
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
2020-12-22 06:42:12 +08:00

28 lines
633 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_REV="705f03ace10e273ced75ffa98bc5983c4b3ebecb"
DESCRIPTION="A rapid and good-looking screen locker"
HOMEPAGE="https://github.com/oakszyjrnrdy/betterlockscreen_rapid"
SRC_URI="https://github.com/oakszyjrnrdy/betterlockscreen_rapid/archive/${MY_REV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_REV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
x11-misc/i3lock-color
x11-misc/i3lock-fancy-rapid
"
src_install() {
dobin betterlockscreen_rapid
einstalldocs
insinto /etc
doins betterlockscreen_rapid.conf
}