kodi binary addons: add vfs.sacd

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-04-20 12:56:40 +02:00
parent f8b66fc45a
commit 4056094b51

View File

@ -0,0 +1,18 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="vfs.sacd"
PKG_VERSION="1.0.4-Leia"
PKG_SHA256="b21143d8ab59e95a2f46471e648c2a2ac67b75c8df7d6af452a5435e866046e9"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/vfs.sacd"
PKG_URL="https://github.com/xbmc/vfs.sacd/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform"
PKG_SECTION=""
PKG_SHORTDESC="vfs.sacd"
PKG_LONGDESC="vfs.sacd"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="kodi.vfs"