blob: 652e0fe3573ea903d831178deda41ff47954fcd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
image: archlinux
sources:
- https://git.sr.ht/~ineptattech/aur-gameoftrees-git
packages:
- ncurses
- libmd
- util-linux-libs
- zlib
- libbsd
- pkgconf
- git
tasks:
- build: |
cd aur-gameoftrees-git
makepkg
|