| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.1 | 8 | ~x86 ~amd64 ~arm | 0 |
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="A lightweight decompression library with support for rar, tar and zip archives"
HOMEPAGE="http://github.com/selmf/unarr"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}"
KEYWORDS=""
SRC_URI=""
else
SRC_URI="https://github.com/selmf/${PN}/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~x86 ~amd64 ~arm"
fi
LICENSE="LGPL-3"
SLOT="0"
IUSE="7zip"
DEPEND="
sys-libs/zlib
app-arch/bzip2
app-arch/xz-utils
7zip? ( app-arch/p7zip )
"
RDEPEND="${DEPEND}"
sys-libs/zlib app-arch/bzip2 app-arch/xz-utils 7zip? ( app-arch/p7zip )
sys-libs/zlib app-arch/bzip2 app-arch/xz-utils 7zip? ( app-arch/p7zip )