mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tree: add initial package
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
parent
22385e6f26
commit
5a978e0964
@ -0,0 +1,21 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="tree"
|
||||
PKG_VERSION="2.1.1"
|
||||
PKG_SHA256="1b70253994dca48a59d6ed99390132f4d55c486bf0658468f8520e7e63666a06"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/Old-Man-Programmer/tree"
|
||||
PKG_URL="https://github.com/Old-Man-Programmer/tree/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="Tree is utility for displaying a dictionary tree's contents including files, directories, and links."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
make tree CXX=${CXX} CC=${CC}
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/bin
|
||||
cp -p tree ${INSTALL}/usr/bin/
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user