summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2020-11-22 01:23:27 +0100
committerGerman Lashevich2020-11-22 01:23:27 +0100
commit6f1bcaa2ad480b5f1567bfb3f0855cb3d0545f1c (patch)
treefcdeb85790a8fa560bccb2d5b684df83879911c9
parent5b1144322950680bc6bfbc7e93de066afd7dc3d4 (diff)
downloadaur-6f1bcaa2ad480b5f1567bfb3f0855cb3d0545f1c.tar.gz
Add Makefile
-rw-r--r--.gitignore3
-rw-r--r--Makefile5
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f71c635dafda..02f93e9637ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*
+!.SRCINFO
!.gitignore
+!Makefile
!PKGBUILD
-!.SRCINFO
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..d91f2cf7e2cc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+update::
+ makepkg --printsrcinfo > .SRCINFO
+
+install::
+ makepkg -si