Skip to content

Commit

Permalink
media-plugins/kodi-vfs-libarchive: Libarchive VFS add-on for Kodi
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
candrews committed Feb 26, 2018
1 parent f8891c5 commit 2b1474a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
42 changes: 42 additions & 0 deletions media-plugins/kodi-vfs-libarchive/kodi-vfs-libarchive-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils kodi-addon

DESCRIPTION="Libarchive VFS add-on for Kodi"
HOMEPAGE="https://github.com/notspiff/vfs.libarchive"
SRC_URI=""

case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/notspiff/vfs.libarchive.git"
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/notspiff/vfs.libarchive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/vfs.libarchive-${PV}"
;;
esac

LICENSE="GPL-2"
SLOT="0"
IUSE="libressl"

DEPEND="
app-arch/libarchive[bzip2,lz4,lzma,lzo,zlib]
app-arch/lzma
app-arch/bzip2
sys-libs/zlib
app-arch/lz4
dev-libs/lzo:2
!libressl? ( >=dev-libs/openssl-1.0.2l:0= )
libressl? (
dev-libs/libressl:0=
app-arch/libarchive[libressl]
)
=media-tv/kodi-9999
"
12 changes: 12 additions & 0 deletions media-plugins/kodi-vfs-libarchive/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Craig Andrews</name>
</maintainer>
<longdescription>Libarchive VFS add-on for Kodi</longdescription>
<upstream>
<remote-id type="github">notspiff/vfs.libarchive</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 2b1474a

Please sign in to comment.