#!/usr/bin/env bash m64pncp=mupen64plus-noncore-plugins-git greyserv_git="https://git.greyserv.net/marrub" all_pkgs=( # deps cef-standard cereal libsodium-git vim-runtime-git # packages "$m64pncp" chocolate-doom desmume-git dolphin-emu-git eternity-engine-git fceux-git gdcc-git godot gopherus gvim-git gzdoom-legacy higan maxcso mednaffe megatools mgba-git minecraft-launcher minecraft-server-fabric motsognir mupen64plus-git mupen64plus-gui-git nicotine-plus-git obs-linuxbrowser-bin obs-studio-git pcsx2-git plasma5-applets-mpdnowplaying powershell-bin ppsspp-git prboom-plus ripcord rpcs3-git sharenix-git slade squirrel-sql teamviewer ttf-twemoji-color xf86-input-xwiimote-git xwiimote-git zdoom ) declare -A options=( [cef-standard]="--asdeps" [cereal]="--asdeps" [libsodium-git]="--asdeps" [vim-runtime-git]="--asdeps" [$m64pncp]="-f --url $greyserv_git/$m64pncp.git" [gdcc-git]="--url $greyserv_git/gdcc-git.git" [higan]="--handle Higan --url https://gitlab.com/higan/higan.git/" [motsognir]="--url $greyserv_git/motsognir.git" [ppsspp-git]="--url $greyserv_git/ppsspp-git.git" [teamviewer]="--url $greyserv_git/teamviewer.git --branch nmfix" [minecraft-server-fabric]="--url $greyserv_git/minecraft-server-fabric.git" ) ## EOF