mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 14:32:42 +02:00
c80cc0a00b
because if it says yes to everything, and the package manager would otherwise ask whether you want to give it your first born son, you are therefore agreeing to it. so remove -y for safety Signed-off-by: Leah Rowe <leah@libreboot.org>
16 lines
643 B
Plaintext
16 lines
643 B
Plaintext
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
pkg_add="pacman -S --needed"
|
|
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 libgpiod libjaylink 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 ccache \
|
|
"
|
|
|
|
aur_notice="cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc"
|