From e67cd6f2ba668a7f151b6b3de26665f69be0dfad Mon Sep 17 00:00:00 2001 From: "S. Gilles" Date: Tue, 14 May 2024 00:50:19 -0400 Subject: [PATCH] x11-misc/run-cmd-on-file: add --- x11-misc/run-cmd-on-file/Manifest | 1 + .../run-cmd-on-file/run-cmd-on-file-9999.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 x11-misc/run-cmd-on-file/Manifest create mode 100644 x11-misc/run-cmd-on-file/run-cmd-on-file-9999.ebuild diff --git a/x11-misc/run-cmd-on-file/Manifest b/x11-misc/run-cmd-on-file/Manifest new file mode 100644 index 0000000..1f934ca --- /dev/null +++ b/x11-misc/run-cmd-on-file/Manifest @@ -0,0 +1 @@ +EBUILD run-cmd-on-file-9999.ebuild 460 BLAKE2B ef4ae48172fb25d9d2a50ceb7d8aa1d515b3d0f1c55883f311e8ff5fb4702caa4215c246030bc25ba9d948a57c72e2b8cc805946f290082e9ae09533cef3f8da SHA512 7457e8ed97277e1b14ecef461e11613757938d4aa0e613d21fb22711ebfbf1f1d10de2e48f8ef24e30fbc742c48f66afe11243bd957f05843d72e47f595abec0 diff --git a/x11-misc/run-cmd-on-file/run-cmd-on-file-9999.ebuild b/x11-misc/run-cmd-on-file/run-cmd-on-file-9999.ebuild new file mode 100644 index 0000000..7685f3f --- /dev/null +++ b/x11-misc/run-cmd-on-file/run-cmd-on-file-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="Navigate to file with dmenu, then run command on it" +HOMEPAGE="https://sgilles.net" +EGIT_REPO_URI="https://repo.or.cz/run-cmd-on-file.git" + +DEPEND="x11-misc/dmenu" + +if [[ ${PV} == 9999 ]] +then + : +else + EGIT_COMMIT="v${PV}" + KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 amd64-fbsd x86-fbsd" +fi + +LICENSE="ISC" +SLOT="0" -- 2.11.4.GIT