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="pacman -S --needed --noconfirm"
pkglist=" \
wget git nasm perl-libwww python subversion base-devel sharutils curl parted \
e2fsprogs unzip arm-none-eabi-gcc base-devel python base-devel perl ncurses \
doxygen acpica gdb flex bison base-devel git openssl gcc-ada autogen help2man \
base-devel bison flex ttf-dejavu texinfo rsync python libusb xz gawk \
device-mapper fuse2 gettext freetype2 base-devel libpciaccess pciutils zlib \
libftdi base-devel libusb innoextract p7zip unar cmake swig dtc \
"
aur_notice="unifont bdf-unifont"