ceb07b7425
* store version in file * use version file in release workflow * use new version file in build workflow * ArchLinux build * setup cache for ArchLinux * add version check in release CI * edit step description * update pkgbuild to install correctly * AUR deploy * rename version file to VERSION * install all default plugins in PKGBUILD * Added emojis to build workflow * Added emojis to release workflow * separate update packages and install dependencies in two steps * fix Release CI * add md5Sums to PKGBUILD * make PKGBUILD point to the official repo + set v in tag
13 lines
162 B
Bash
Executable File
13 lines
162 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S $@ --needed \
|
|
cmake \
|
|
gcc \
|
|
lld \
|
|
glfw \
|
|
file \
|
|
mbedtls \
|
|
python3 \
|
|
freetype2 \
|
|
gtk3
|