blob: 2114093381735c1e3260750cc94d4c92454b266a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
image: archlinux
sources:
- https://git.sr.ht/~ineptattech/aur-libvss-git
packages:
- gprbuild-bootstrap
- xmlada
- git
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
- build: |
cd aur-libvss-git
makepkg
- install: |
cd aur-libvss-git
makepkg --install --noconfirm
|