mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-30 10:22:26 +01:00
Added uadf MC plugin
This commit is contained in:
1
app-misc/uadf/Manifest
Normal file
1
app-misc/uadf/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
EBUILD uadf-9999.ebuild 531 BLAKE2B 18c84044a98f80c301be9379d18b43500e6909c697c959a427aa16284e72ac7747af14071f8299b4832e19bdc1dff52cebef9ff9b74a010d3768d010380a5848 SHA512 67e5f6781ba8d145d5d8c5a093397b82d3ce8cb43f6d00c488c53e7467435f07a28bcb51f548fcedde46ec1380865791e717ea919670ea4631f0950ebb38439a
|
||||||
31
app-misc/uadf/uadf-9999.ebuild
Normal file
31
app-misc/uadf/uadf-9999.ebuild
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="Access ADF/DMS Amiga disk images with Midnight Commander"
|
||||||
|
HOMEPAGE="https://github.com/gryf/mc_uadf"
|
||||||
|
EGIT_REPO_URI="https://github.com/gryf/mc_uadf"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
|
||||||
|
IUSE="dms"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dms? ( app-arch/xdms )
|
||||||
|
app-arch/unadf
|
||||||
|
app-misc/mc
|
||||||
|
dev-python/extfslib
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
exeinto "/usr/libexec/mc/extfs.d/"
|
||||||
|
doexe "${S}/uadf"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user