mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
28 lines
664 B
Bash
28 lines
664 B
Bash
# Copyright 2020-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
MY_REV="95dc752f8e41ab37cfcc3a8decb5fcf334e6e7d3"
|
|
|
|
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 ~arm ~arm64 ~x86"
|
|
|
|
RDEPEND="
|
|
>=x11-misc/i3lock-color-2.13.3
|
|
x11-misc/i3lock-fancy-rapid
|
|
"
|
|
|
|
src_install() {
|
|
dobin betterlockscreen_rapid
|
|
einstalldocs
|
|
insinto /etc
|
|
doins betterlockscreen_rapid.conf
|
|
}
|