mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-02-22 22:39:50 +00:00
genisoimage is not a an AUR package as suggested by aur_notice. It is available in the "cdrtools" package in the repositories. References: https://archlinux.org/packages/extra/x86_64/cdrtools/ Signed-off-by: Runxi Yu <me@runxiyu.org>
14 lines
663 B
Text
14 lines
663 B
Text
# 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 bison cdrtools 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 ccache less libx86 \
|
|
pandoc parted pciutils perl perl-libwww python python-setuptools rsync \
|
|
sharutils subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib mtools \
|
|
"
|
|
|
|
aur_notice="bdf-unifont unifont cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc"
|