diff options
author | Carl Smedstad | 2022-03-06 14:19:32 +0100 |
---|---|---|
committer | Carl Smedstad | 2022-03-07 09:48:02 +0100 |
commit | 1443cdbdd447f5a18a5b0693ecd0e6f60dd366e5 (patch) | |
tree | 50a5ff871a67db566a197b6cd16e07da16206ab1 /.gitignore | |
parent | 24d88ac1db345fecce860fffccf90d4dba4d1cdc (diff) | |
download | aur-infer.tar.gz |
Update version to 1.1.0 and take over maintenance
Based on a PKGBUILD from @MrAnno.
Some changes:
* Added .gitignore.
* Build with Clang as I believe that's what upstream does.
* Build in $pkgdir instead of /tmp to avoid running out of space.
NOTE: Building this package takes 2 hours on my machine and will
allocate ~30 GB in your $pkgdir. The reason for this is that we're
required to rebuild Clang.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..f71c635dafda --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!PKGBUILD +!.SRCINFO |