mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
bcmstat: new package
This commit is contained in:
parent
607ff242f3
commit
6e5403ac63
@ -9,7 +9,7 @@ PKG_ARCH="arm"
|
||||
PKG_LICENSE="nonfree"
|
||||
PKG_SITE="http://www.broadcom.com"
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain linux"
|
||||
PKG_DEPENDS_TARGET="toolchain linux bcmstat"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="bcm2835-bootloader: Tool to create a bootable kernel for RaspberryPi"
|
||||
PKG_LONGDESC="bcm2835-bootloader: Tool to create a bootable kernel for RaspberryPi"
|
||||
|
19
packages/tools/bcmstat/package.mk
Normal file
19
packages/tools/bcmstat/package.mk
Normal file
@ -0,0 +1,19 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="bcmstat"
|
||||
PKG_VERSION="0.5.0"
|
||||
PKG_SHA256="d18cc53adb7cb4b51137fec533d51b95e4c37b836a8afe20e0d8f02137136cb7"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/MilhouseVH/bcmstat"
|
||||
PKG_URL="https://github.com/MilhouseVH/$PKG_NAME/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_SECTION="tools"
|
||||
PKG_LONGDESC="Raspberry Pi monitoring script"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PRv bcmstat.sh $INSTALL/usr/bin
|
||||
chmod +x $INSTALL/usr/bin/*
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user