e34f94bb79
* Add xdg-desktop-portal for AUR package * Fix archlinux package build
14 lines
185 B
Bash
Executable File
14 lines
185 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S $@ --needed \
|
|
cmake \
|
|
gcc \
|
|
lld \
|
|
glfw \
|
|
file \
|
|
mbedtls \
|
|
python3 \
|
|
freetype2 \
|
|
gtk3 \
|
|
xdg-desktop-portal
|