app-arch/lhasa - 0.3.1 (seden)

Search

Package Information

Description:
Lhasa aims to be compatible with as many types of lzh/lzs archives as possible.
Homepage:
https://fragglet.github.io/lhasa/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
0.3.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Lhasa aims to be compatible with as many types of lzh/lzs archives as possible."
HOMEPAGE="https://fragglet.github.io/lhasa/"
SRC_URI="https://soulsphere.org/projects/${PN}/${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="!app-arch/lha"

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	find "${ED}" -type f -name '*.la' -delete || die
	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
}

Dependencies

RDEPEND

!app-arch/lha

Manifest for 0.3.1

Type File Size Source URLs
DIST lhasa-0.3.1.tar.gz 2933084 bytes https://soulsphere.org/projects/lhasa/lhasa-0.3.1.tar.gz