summarylogtreecommitdiffstats
path: root/.build.yml
blob: 680d0e044302d7a7e0a05327774709642988522d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
image: archlinux
sources:
    - https://git.sr.ht/~ineptattech/aur-alire
packages:
    - gprbuild-bootstrap
    - xmlada
    - git
    - unzip
tasks:
- prepare: |
    git clone https://aur.archlinux.org/gprbuild.git
    cd gprbuild
    makepkg
    yay -R --noconfirm gprbuild-bootstrap
    makepkg -i --noconfirm
    cd ..
    yay -S --answerclean=All --noconfirm xmlada
    yay -S gnatcoll-core --noconfirm
- build: |
    cd aur-alire
    makepkg
- install: |
    cd aur-alire
    makepkg --install --noconfirm