3.1.1
All checks were successful
Build / Build project (push) Successful in 1m8s

This commit is contained in:
Alexander Zhirov 2025-05-13 23:08:05 +03:00
parent 317252299b
commit 98756a420e
Signed by: alexander
GPG key ID: C8D8BE544A27C511
4 changed files with 32 additions and 0 deletions

17
package.yml Normal file
View file

@ -0,0 +1,17 @@
name : libtree
version : 3.1.1
release : 1
source :
- git|https://github.com/haampie/libtree.git : 95d8992968a18ae957fef723f103b416d0843398
homepage : https://github.com/haampie/libtree
license : MIT
component : system.util
summary : ldd as a tree
description: |
A command-line utility that visualizes the dependency tree of dynamic libraries in Linux. It helps identify which libraries are loaded by an executable or process and how they are interconnected.
setup : |
%apply_patches
build : |
%make
install : |
%make_install DESTDIR="$installdir"