blob: d6a19a2d12abba8a11115ae3e3d6cc9cf0d04726 (
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
- python-e3-testsuite
- python-sphinx
- python-pexpect
tasks:
- prepare: |
git clone https://aur.archlinux.org/gprbuild.git
cd gprbuild
makepkg
yay -R --noconfirm gprbuild-bootstrap gprbuild-bootstrap-debug
makepkg -i --noconfirm
- build: |
cd aur-alire
makepkg
- install: |
cd aur-alire
makepkg --install --noconfirm
|