mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #10141 from heitbaum/addon
Addon updates and addition of tmux
This commit is contained in:
commit
d667fb1aae
@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="aspnet8-runtime"
|
PKG_NAME="aspnet8-runtime"
|
||||||
PKG_VERSION="8.0.16"
|
PKG_VERSION="8.0.17"
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://dotnet.microsoft.com/"
|
PKG_SITE="https://dotnet.microsoft.com/"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
@ -11,16 +11,16 @@ PKG_TOOLCHAIN="manual"
|
|||||||
|
|
||||||
case "${ARCH}" in
|
case "${ARCH}" in
|
||||||
"aarch64")
|
"aarch64")
|
||||||
PKG_SHA256="3481559ea465a0abbd087b7338b1329726650a8f6595fc269b9c1a701ce91ecc"
|
PKG_SHA256="a8e2afbfadd9a13a80c710bc0a37ae33eabd701ca76985e77b685b96bfcfcc97"
|
||||||
PKG_URL="https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.16/aspnetcore-runtime-8.0.16-linux-arm64.tar.gz"
|
PKG_URL="https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.17/aspnetcore-runtime-8.0.17-linux-arm64.tar.gz"
|
||||||
;;
|
;;
|
||||||
"arm")
|
"arm")
|
||||||
PKG_SHA256="9838259377fb179e83b865a76aa8d1480aab4126e680ee3b1564ed90133acfde"
|
PKG_SHA256="98d7dec7cb253cd7c3863a2426fc2b24803dd48e27c18c630c8bb6ba550f183b"
|
||||||
PKG_URL="https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.16/aspnetcore-runtime-8.0.16-linux-arm.tar.gz"
|
PKG_URL="https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.17/aspnetcore-runtime-8.0.17-linux-arm.tar.gz"
|
||||||
;;
|
;;
|
||||||
"x86_64")
|
"x86_64")
|
||||||
PKG_SHA256="e5d52f7f6fec4b22c7d7061efd67aa8e79b7fa5b7b2cbd5d9e41758b999f0eed"
|
PKG_SHA256="f8944510379f8e1d5a6e7681692225f509f5df348157205d4dbe5b740b85dc98"
|
||||||
PKG_URL="https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.16/aspnetcore-runtime-8.0.16-linux-x64.tar.gz"
|
PKG_URL="https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.17/aspnetcore-runtime-8.0.17-linux-x64.tar.gz"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
PKG_SOURCE_NAME="aspnetcore-runtime_${PKG_VERSION}_${ARCH}.tar.gz"
|
PKG_SOURCE_NAME="aspnetcore-runtime_${PKG_VERSION}_${ARCH}.tar.gz"
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
|
PKG_NAME="tmux"
|
||||||
|
PKG_VERSION="3.5a"
|
||||||
|
PKG_SHA256="16216bd0877170dfcc64157085ba9013610b12b082548c7c9542cc0103198951"
|
||||||
|
PKG_LICENSE="ISC"
|
||||||
|
PKG_SITE="https://github.com/tmux/tmux/wiki"
|
||||||
|
PKG_URL="https://github.com/tmux/tmux/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
|
PKG_DEPENDS_TARGET="toolchain ncurses"
|
||||||
|
PKG_LONGDESC="tmux is a terminal multiplexer"
|
||||||
|
PKG_BUILD_FLAGS="-sysroot"
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="unrar"
|
PKG_NAME="unrar"
|
||||||
PKG_VERSION="7.1.6"
|
PKG_VERSION="7.1.7"
|
||||||
PKG_SHA256="ca5e1da37dd6fa1b78bb5ed675486413f79e4a917709744aa04b6f93dfd914f0"
|
PKG_SHA256="e86ae4f1f33a13752146f41e961c57f12f0ee01580ac188ec8cc43da5c22ae92"
|
||||||
PKG_LICENSE="free"
|
PKG_LICENSE="free"
|
||||||
PKG_SITE="https://www.rarlab.com/rar_add.htm"
|
PKG_SITE="https://www.rarlab.com/rar_add.htm"
|
||||||
PKG_URL="https://www.rarlab.com/rar/unrarsrc-${PKG_VERSION}.tar.gz"
|
PKG_URL="https://www.rarlab.com/rar/unrarsrc-${PKG_VERSION}.tar.gz"
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="rsyslog"
|
PKG_NAME="rsyslog"
|
||||||
PKG_VERSION="8.2504.0"
|
PKG_VERSION="8.2506.0"
|
||||||
PKG_SHA256="5092a20ed40987c74cc604ebfcd6c749e47eb9fc34adc1c2637e6553e7f047ab"
|
PKG_SHA256="6d6fd0257c95e756765d4d585a833d54dd3a0e5eeb8308b862a81b368a74bb7b"
|
||||||
PKG_REV="1"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/rsyslog"
|
PKG_SITE="https://github.com/rsyslog"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="dotnet-runtime"
|
PKG_NAME="dotnet-runtime"
|
||||||
PKG_REV="1"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://dotnet.microsoft.com/"
|
PKG_SITE="https://dotnet.microsoft.com/"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PKG_NAME="system-tools"
|
PKG_NAME="system-tools"
|
||||||
PKG_VERSION="1.0"
|
PKG_VERSION="1.0"
|
||||||
PKG_REV="4"
|
PKG_REV="5"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://libreelec.tv"
|
PKG_SITE="https://libreelec.tv"
|
||||||
@ -11,7 +11,7 @@ PKG_URL=""
|
|||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="virtual"
|
PKG_SECTION="virtual"
|
||||||
PKG_SHORTDESC="A bundle of system tools and programs"
|
PKG_SHORTDESC="A bundle of system tools and programs"
|
||||||
PKG_LONGDESC="This bundle currently includes 7-zip, autossh, bottom, diffutils, dool, dtach, efibootmgr, encfs, evtest, fdupes, file, getscancodes, hddtemp, hd-idle, hid_mapper, htop, i2c-tools, inotify-tools, jq, libgpiod, lm_sensors, lshw, mc, mmc-utils, mtpfs, nmon, patch, pv, screen, smartmontools, stress-ng, tree, unrar, usb-modeswitch and vim."
|
PKG_LONGDESC="This bundle currently includes 7-zip, autossh, bottom, diffutils, dool, dtach, efibootmgr, encfs, evtest, fdupes, file, getscancodes, hddtemp, hd-idle, hid_mapper, htop, i2c-tools, inotify-tools, jq, libgpiod, lm_sensors, lshw, mc, mmc-utils, mtpfs, nmon, patch, pv, screen, smartmontools, stress-ng, tmux, tree, unrar, usb-modeswitch and vim."
|
||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="yes"
|
||||||
PKG_ADDON_NAME="System Tools"
|
PKG_ADDON_NAME="System Tools"
|
||||||
@ -49,6 +49,7 @@ PKG_DEPENDS_TARGET="toolchain \
|
|||||||
sdparm \
|
sdparm \
|
||||||
smartmontools \
|
smartmontools \
|
||||||
stress-ng \
|
stress-ng \
|
||||||
|
tmux \
|
||||||
tree \
|
tree \
|
||||||
unrar \
|
unrar \
|
||||||
usb-modeswitch \
|
usb-modeswitch \
|
||||||
@ -179,6 +180,9 @@ addon() {
|
|||||||
# stress-ng
|
# stress-ng
|
||||||
cp -P $(get_install_dir stress-ng)/usr/bin/stress-ng ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -P $(get_install_dir stress-ng)/usr/bin/stress-ng ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
|
||||||
|
# tmux
|
||||||
|
cp -P $(get_install_dir tmux)/usr/bin/tmux ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
|
||||||
# tree
|
# tree
|
||||||
cp -P $(get_install_dir tree)/usr/bin/tree ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
cp -P $(get_install_dir tree)/usr/bin/tree ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user