57 lines
1.3 KiB
YAML
57 lines
1.3 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
|
|
stages: []
|
|
# - from: fedora
|
|
# name: ares
|
|
# modules:
|
|
# - type: dnf
|
|
# install:
|
|
# packages:
|
|
# - cmake
|
|
# - pkg-config
|
|
# - curl
|
|
# - git
|
|
# - clang
|
|
# - ninja-build
|
|
# - ccache
|
|
# - libX11-devel
|
|
# - libXrandr-devel
|
|
# - mesa-libGL-devel
|
|
# - gtk3-devel
|
|
# - openal-soft-devel
|
|
# - alsa-lib-devel
|
|
# - SDL3-devel
|
|
# - pulseaudio-libs-devel
|
|
# - libao-devel
|
|
# - type: script
|
|
# env:
|
|
# ARES_VERSION: v147
|
|
# scripts:
|
|
# - build-ares.sh
|
|
modules:
|
|
- type: dnf
|
|
repos:
|
|
cleanup: true
|
|
nonfree: negativo17
|
|
install:
|
|
packages:
|
|
- https://github.com/ebkr/r2modmanPlus/releases/download/v3.2.10/r2modman-3.2.10.x86_64.rpm
|
|
- steam
|
|
- mono-core
|
|
|
|
- type: files
|
|
files:
|
|
- source: steam-firewall
|
|
destination: /
|
|
- source: archipelago
|
|
destination: /
|
|
|
|
- type: script
|
|
scripts:
|
|
- install-archipelago.sh
|
|
|
|
# - type: copy
|
|
# from: ares
|
|
# src: /out
|
|
# dest: /usr/
|