mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-01-22 07:00:08 +00:00
69c5f8911d
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>
14 lines
637 B
Text
14 lines
637 B
Text
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
pkg_add="xbps-install"
|
|
pkglist=" \
|
|
acpica-utils autogen base-devel bison cmake \
|
|
cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc \
|
|
cross-arm-none-eabi-libstdc++ cross-arm-none-eabi-newlib curl \
|
|
dejavu-fonts-ttf device-mapper doxygen e2fsprogs flex font-unifont-bdf \
|
|
freetype freetype-devel fuse gawk gcc-ada gdb gettext gettext-devel git \
|
|
help2man innoextract libftdi1 libpciaccess libusb nasm ncurses \
|
|
ncurses-devel openssl openssl-devel p7zip parted pciutils perl perl-LWP \
|
|
python python3 python3-setuptools rsync sharutils subversion texinfo \
|
|
unar unzip wget xz zlib ccache \
|
|
"
|