mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
3b92ac97b6
gru_bob fails to build without python-setuptools. this isn't a huge issue, because most users probably have it already as many other python programs depend on it too. that's probably why no one noticed until now, when i tried to do this on a fresh artix install uncontaminated by python. i also sorted and deduplicated the packages with 'sort -u'.
12 lines
507 B
Plaintext
12 lines
507 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 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 \
|
|
parted pciutils perl perl-libwww python python-setuptools rsync sharutils \
|
|
subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib \
|
|
"
|
|
|
|
aur_notice="bdf-unifont unifont"
|