1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-22 09:16:19 +00:00
Lakka-LibreELEC/packages/addons/service/bluetooth-audio/package.mk
2022-12-05 20:47:46 +01:00

24 lines
624 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="bluetooth-audio"
PKG_VERSION="0"
PKG_REV="0"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE=""
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="service"
PKG_SHORTDESC="Provides the ability to change the kodi audio device if a bluetooth audio device is connected"
PKG_LONGDESC="Provides the ability to change the kodi audio device if a bluetooth audio device is connected"
PKG_TOOLCHAIN="manual"
PKG_IS_ADDON="yes"
PKG_ADDON_NAME="Bluetooth Audio Device Changer"
PKG_ADDON_TYPE="xbmc.service"
addon() {
:
}