mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
x11-misc/greenclip-bin: add 4.3
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST greenclip-bin-4.2 4184360 BLAKE2B eef17446ae85c76fff1386097baff5665753e4dfeb01455b7e19935753eaa1e09a9a90e1fa0d4ceb91d0a5439ed079ffb8c3aa68ef587a74f5e338188f6c65cd SHA512 9861b208bcb358a47f4c3afcde7b164e6cb3db9d599bab0fbb0f55254601551cb0a8ee486c496d9e30aa373ed596fdd159ac7eac57211b3a75a66b5629b06f06
|
||||
DIST greenclip-bin-4.2.README.md 5105 BLAKE2B 6deff08b3dfc75ba257a5ebfa0ddfc80450fd13c273aefd92fd9ce58e43a01bd59e69ee45f1401596a216ce30d792ff13b043ab213cfd522846450547af1c9e5 SHA512 7a06bc581a9dbbc76d7b6c2039ca9f6781dfbf0d492fb42bfc90a2189be5643877132b78284593e8adfc70fea76bc65e329429248aa77d96c3017d612380841f
|
||||
DIST greenclip-bin-4.3 9086872 BLAKE2B bd3c0adc6bb9d7ac63bf5fe3008e0a4c95c4e1d0aee2fe3dedea53a297df931134eee67c983cfbfc2aba68b145c8db210a370263484d9e21eb63a96bc2439c97 SHA512 969f7d031437c6e71974e130fc6dab62be26da0733960d993c03d2b91d25ecc047f665b975611b6629fa61df1457519fbcc6550e8bd2d1d31e6f6a0ed29623b5
|
||||
DIST greenclip-bin-4.3.README.md 5017 BLAKE2B 5f65fc6f34131e354f668bae8e9755c72f8b7f0b8eedb1321321616f900a54486d0c110b343ff5eb842191dffd51925d05f2cb723293472a1f75c8b63c997b3d SHA512 b92e684af4c0ff515eb2b02c43e79b69860771b3fd2fabd77f03c6ca95e3d8505c8ec9450014e888eaf8aa7896c14a5f94a76a170547654f57df8ec3da7d01f1
|
||||
|
||||
31
x11-misc/greenclip-bin/greenclip-bin-4.3.ebuild
Normal file
31
x11-misc/greenclip-bin/greenclip-bin-4.3.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=9
|
||||
|
||||
MY_PN=${PN%-bin}
|
||||
|
||||
DESCRIPTION="Simple clipboard manager to be integrated with rofi"
|
||||
HOMEPAGE="https://github.com/erebe/greenclip"
|
||||
SRC_URI="
|
||||
https://github.com/erebe/${MY_PN}/releases/download/v${PV}/${MY_PN} -> ${P}
|
||||
https://raw.githubusercontent.com/erebe/${MY_PN}/v${PV}/README.md -> ${P}.README.md
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
QA_PREBUILT="/usr/bin/${MY_PN}"
|
||||
|
||||
src_install() {
|
||||
newbin "${DISTDIR}/${P}" "${MY_PN}"
|
||||
newdoc "${DISTDIR}/${P}.README.md" README.md
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Please read /usr/share/doc/${PF}/README.md.bz2"
|
||||
elog "on how to use rofi/dmenu/fzf as a menu for the clipboard."
|
||||
}
|
||||
Reference in New Issue
Block a user