molaeiali / getdepends

A script that gets a binary and give it's dependencies on Arch Linux using ldd. (Mirror)

Home Page:https://gitlab.com/molaeiali/getdepends/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Depends

A script that gets a binary and give it's dependencies on Arch Linux using ldd.

Usage

getdepends [-i <input file path>] [-f <format output for PKGBUILD>] [-e <exclude core packages>] 

Dependencies

core/glibc: For `ldd`
core/coreutils: For `sort`, `readlink`
extra/pkgfile: For `pkgfile`

Installation

Install from AUR:

yay -S getdepends

Attribution

Code is copied from this user: edotux on stackexchange

About

A script that gets a binary and give it's dependencies on Arch Linux using ldd. (Mirror)

https://gitlab.com/molaeiali/getdepends/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Shell 100.0%