aboutsummaryrefslogtreecommitdiff
blob: 8713747541eadc24f9957e53d9b49ff985c535ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2020 Gentoo Authors
# 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="https://github.com/oakszyjrnrdy/betterlockscreen_rapid.git"

LICENSE="MIT"
SLOT="0"

RDEPEND="
	x11-misc/i3lock-color
	x11-misc/i3lock-fancy-rapid
"

src_install() {
	dobin betterlockscreen_rapid
	einstalldocs
	insinto /etc
	doins betterlockscreen_rapid.conf
}