mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-15 07:43:35 +01:00
Added upycatalog extfs mc ebuild
This commit is contained in:
1
app-misc/upycatalog/Manifest
Normal file
1
app-misc/upycatalog/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
EBUILD upycatalog-9999.ebuild 535 BLAKE2B 88f0083af460bf60d0f769d68bad08dfa637de6e2baaaf522a6ae51095b61f5f7ebad762242c48f1b16cf1ad22c383897e5be09483f0f0c2906d7d4bbee0be02 SHA512 19c7930b3d7ee3b0474e1ca7d896a349aa58fe9c9a9f30d2d46b65c5a357d19e702735005e48ddf0844ac19bb6eac52b1ceda52820d68dab4bf4a986f0f8dee4
|
||||||
29
app-misc/upycatalog/upycatalog-9999.ebuild
Normal file
29
app-misc/upycatalog/upycatalog-9999.ebuild
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="Midnight Commander extfs plugin for handling pycatalog databases."
|
||||||
|
HOMEPAGE="https://github.com/gryf/mc_pycatalog"
|
||||||
|
EGIT_REPO_URI="https://github.com/gryf/mc_pycatalog"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
|
||||||
|
IUSE="dms"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
app-misc/mc
|
||||||
|
app-misc/pycatalog
|
||||||
|
dev-python/extfslib
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
exeinto "/usr/libexec/mc/extfs.d/"
|
||||||
|
doexe "${S}/upycatalog"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user