mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
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:
Executable
+10
@@ -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"
|
||||
Reference in New Issue
Block a user