aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..ba90042
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,15 @@
+# AUR PKG Builder
+
+Docker base AUR Package builder for local arch repo
+
+## Workflow
+
+Provided: Package name
+
+* search AUR for package (exact match only!)
+* build dependency tree (also search with provided, then there is no exact match)
+* prioritize packages in official repos. Don't build them.
+* Add all AUR-PKGs in tree to to-build-list
+* MAKEPKG ur way thourhg
+
+