blob: 48805c62dd6a290024937f8e8ffb03023d41048a (
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
25
|
image: archlinux
sources:
- https://git.sr.ht/~ineptattech/aur-alire
packages:
- gprbuild-bootstrap
- xmlada
- git
- unzip
- python-e3-testsuite
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
|