summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild')
-rw-r--r--gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild b/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild
deleted file mode 100644
index 039f9d9..0000000
--- a/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2024 John M. Harris, Jr.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo git-r3
-
-DESCRIPTION="Keep Wayland clipboard even after programs close"
-HOMEPAGE="https://github.com/Linus789/wl-clip-persist"
-
-EGIT_REPO_URI="https://github.com/Linus789/wl-clip-persist.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-vcs/git"
-RDEPEND="
- ${DEPEND}
- gui-libs/wlroots
-"
-
-src_unpack() {
- git-r3_src_unpack
- cargo_live_src_unpack
-}
-
-src_configure() {
- cargo_gen_config
- cargo_src_configure
-}
-
-src_compile() {
- cargo_src_compile
-}
-
-src_install() {
- cargo_src_install
-}