1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-07 22:34:20 +01:00

Added ulzx MC plugin

This commit is contained in:
2022-10-02 16:32:42 +02:00
parent 0d3035ace5
commit 4a0464770d
2 changed files with 32 additions and 0 deletions

1
app-misc/ulzx/Manifest Normal file
View File

@@ -0,0 +1 @@
EBUILD ulzx-9999.ebuild 521 BLAKE2B ad026c0673dcfacf0114e3ba61b23821020253fc7797ea4804c035abb06be2fef9a0ae3bc0edcae915dc46b86b77b0db9a478fe40a65877883a7df8a06934ef0 SHA512 4da7df2fb34973cb410cb449bb82e7f0278242958e501b0444cce0276fab83ea70a02c0fc84a803ae6236b5b6e9e67d3895f01051bcad4dab6f0af55a6baabd7

View 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 LZX Amiga archives with Midnight Commander"
HOMEPAGE="https://github.com/gryf/mc_ulzx"
EGIT_REPO_URI="https://github.com/gryf/mc_ulzx"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"
DEPEND="
app-arch/unlzx
app-misc/mc
dev-python/extfslib
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
echo skipping
}
src_install() {
exeinto "/usr/libexec/mc/extfs.d/"
doexe "${S}/ulzx"
}