blob: 5386cd2fce47e5ce2b2c77bcdbc36bac0ab8ce8d (
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-als
packages:
- gprbuild-bootstrap
- xmlada
- git
- 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 libadalang-tools gtkada libvss ada_spawn ada-libfswatch gnatdoc gpr --noconfirm
- build: |
cd aur-als
makepkg
- install: |
cd aur-als
makepkg --install --noconfirm
|