kodi.packages.bluetooth-manager: init at 1.0.4
This commit is contained in:
committed by
Joosep Jääger
parent
fc7ee55e50
commit
73094d81b9
@@ -0,0 +1,24 @@
|
||||
{
|
||||
buildKodiAddon,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
}:
|
||||
buildKodiAddon rec {
|
||||
pname = "bluetooth-manager";
|
||||
namespace = "script.bluetooth.man";
|
||||
version = "1.0.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wastis";
|
||||
repo = "BluetoothManager";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-KKaR7rIkflMYU6EDBEcorHQ3t7jsB4Qe6Ikg+eBblkA=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Addon that allows to manage bluetooth devices from within a Linux based Kodi";
|
||||
platforms = platforms.all;
|
||||
maintainers = teams.kodi.members;
|
||||
license = licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
@@ -81,6 +81,8 @@ let
|
||||
|
||||
arteplussept = callPackage ../applications/video/kodi/addons/arteplussept { };
|
||||
|
||||
bluetooth-manager = callPackage ../applications/video/kodi/addons/bluetooth-manager { };
|
||||
|
||||
controller-topology-project =
|
||||
callPackage ../applications/video/kodi/addons/controller-topology-project
|
||||
{ };
|
||||
|
||||
Reference in New Issue
Block a user