aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..ce46e701027a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+
+
+## Build
+
+```bash
+# Test PKGBUILD
+namcap PKGBUILD
+# Build
+makepkg
+# Test artifact
+namcap <package file name>.pkg.tar.xz
+# Install
+pacman -U <package file name>.pkg.tar.xz
+# Generate SRCINFO
+makepkg --printsrcinfo > .SRCINFO
+# Commit & Publish
+```