mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
ccc2b4d589
these used to be separate scripts under gpl 3+, so it makes sense to clarify the licensing situation Signed-off-by: Leah Rowe <leah@libreboot.org>
15 lines
640 B
Plaintext
15 lines
640 B
Plaintext
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
pkg_add="xbps-install -y"
|
|
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 \
|
|
"
|