blob: 9c7016dad19c9b0430e9430d113ff7369a2e13e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
image: archlinux
packages:
- freealut
- glu
- libvorbis
- openal
- sdl
- stb
sources:
- https://git.sr.ht/~cnx/blackshades
tasks:
- build: |
cd blackshades
make -j `nproc`
zig build
|