summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Lagnese2021-08-04 15:20:19 -0700
committerTim Lagnese2021-09-28 23:30:51 -0700
commitc00ba2a985052bd0eb2c53ed80929e7b6516647d (patch)
tree6ce02fe740c5bb812846bf110937c93836079216
parentbc7e8c329bfdd423f0df6ec8b857700111fc6544 (diff)
downloadaur-c00ba2a985052bd0eb2c53ed80929e7b6516647d.tar.gz
Add build manifest
-rw-r--r--.build.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 000000000000..3608b0faa1e8
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,20 @@
+image: archlinux
+sources:
+ - https://git.sr.ht/~ineptattech/aur-als
+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
+ yay -S libadalang-tools gtkada libvss ada_spawn ada-libfswatch --noconfirm
+- build: |
+ cd aur-als
+ makepkg