mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
x11-misc/betterlockscreen_rapid: new package
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# 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="${HOMEPAGE}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
RDEPEND="
|
||||
x11-misc/i3lock-color
|
||||
x11-misc/i3lock-fancy-rapid
|
||||
"
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
insinto /etc
|
||||
doins "${PN}.conf"
|
||||
}
|
||||
8
x11-misc/betterlockscreen_rapid/metadata.xml
Normal file
8
x11-misc/betterlockscreen_rapid/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>jlin.gentoo@outlook.com</email>
|
||||
<name>Jian Lin</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user