mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
33e25a3355
pandoc is required by the grub build system, when running autoconf at the start of the build process Signed-off-by: Leah Rowe <leah@libreboot.org>
11 lines
508 B
Plaintext
11 lines
508 B
Plaintext
pkg_add="pacman -S --needed --noconfirm"
|
|
pkglist=" \
|
|
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \
|
|
autogen base-devel bdf-unifont bison cmake curl device-mapper doxygen \
|
|
dtc e2fsprogs flex freetype2 fuse2 gawk gcc-ada gdb gettext git \
|
|
help2man innoextract libftdi libpciaccess libusb nasm ncurses openssl p7zip \
|
|
pandoc parted pciutils perl perl-libwww python python-setuptools rsync \
|
|
sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \
|
|
wget xz zlib \
|
|
"
|