19 lines
308 B
Bash
Executable File
19 lines
308 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S $@ --needed \
|
|
cmake \
|
|
gcc \
|
|
lld \
|
|
glfw \
|
|
file \
|
|
mbedtls \
|
|
freetype2 \
|
|
dbus \
|
|
gtk3 \
|
|
curl \
|
|
fmt \
|
|
yara \
|
|
nlohmann-json \
|
|
ninja \
|
|
libarchive
|