mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
17 lines
238 B
YAML
17 lines
238 B
YAML
|
image: archlinux
|
||
|
packages:
|
||
|
- alsa-lib
|
||
|
- mesa
|
||
|
- libxrandr
|
||
|
- libxcursor
|
||
|
- libxinerama
|
||
|
- libxi
|
||
|
- pkg-config
|
||
|
- go
|
||
|
sources:
|
||
|
- https://github.com/hajimehoshi/ebiten
|
||
|
tasks:
|
||
|
- build: |
|
||
|
cd ebiten
|
||
|
go build . ./audio
|