diff options
author | Jian Lin <jlin.gentoo@outlook.com> | 2020-12-22 06:42:12 +0800 |
---|---|---|
committer | Jian Lin <jlin.gentoo@outlook.com> | 2020-12-22 06:42:12 +0800 |
commit | 145fc1d3fea180894ee9ac48829813d02010e7a1 (patch) | |
tree | 15f117d3458fcd731c7fd4e42830c954611326d9 /x11-misc/betterlockscreen_rapid | |
parent | x11-misc/betterlockscreen_rapid: add einstalldocs to live ebuild (diff) | |
download | guru-145fc1d3fea180894ee9ac48829813d02010e7a1.tar.gz guru-145fc1d3fea180894ee9ac48829813d02010e7a1.tar.bz2 guru-145fc1d3fea180894ee9ac48829813d02010e7a1.zip |
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>
Diffstat (limited to 'x11-misc/betterlockscreen_rapid')
-rw-r--r-- | x11-misc/betterlockscreen_rapid/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/x11-misc/betterlockscreen_rapid/Manifest b/x11-misc/betterlockscreen_rapid/Manifest new file mode 100644 index 000000000..bb1ce741b --- /dev/null +++ b/x11-misc/betterlockscreen_rapid/Manifest @@ -0,0 +1 @@ +DIST betterlockscreen_rapid-0.0.0_pre20201222.tar.gz 1837065 BLAKE2B 13d119c7e9514778cb65d97e55ec62861e157a4f69d74366de58250511d1f51214f525245bdee3ad7dd2fcffe6fda70f66f1e47576c3c21903b6256a67e0d5e6 SHA512 9b3f7a0783de8083b31950ed0bad73396a904d42f613edd55b4e0f03e465c5c1fae2acda70b8737ec3e1e33ea4534d15725b5f0f96a52f3a9e338032af49b169 diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild new file mode 100644 index 000000000..9c3077e37 --- /dev/null +++ b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild @@ -0,0 +1,27 @@ +# 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 +} |