unify dependencies scripts

the unified logic is so small that i simply added it
to the main "build" script

commands are identical. example:

./build dependencies debian

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-08-20 21:17:02 +01:00
parent 023d6b6996
commit 9031bb7ba7
13 changed files with 90 additions and 681 deletions
+10
View File
@@ -0,0 +1,10 @@
pkg_add="xbps-install -y"
pkglist=" \
wget git nasm perl-LWP python subversion base-devel sharutils curl parted \
e2fsprogs unzip cross-arm-none-eabi-gcc base-devel python base-devel perl \
ncurses doxygen acpica-utils gdb flex bison base-devel git openssl gcc-ada \
ncurses-devel font-unifont-bdf autogen help2man base-devel bison flex \
dejavu-fonts-ttf texinfo rsync python3 libusb xz gawk device-mapper fuse gettext \
gettext-devel freetype base-devel libpciaccess pciutils zlib libftdi1 \
base-devel libusb cmake innoextract p7zip unar \
"