summarylogtreecommitdiffstats
path: root/scripts.md
diff options
context:
space:
mode:
Diffstat (limited to 'scripts.md')
-rw-r--r--scripts.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts.md b/scripts.md
new file mode 100644
index 000000000000..e080a263ce8d
--- /dev/null
+++ b/scripts.md
@@ -0,0 +1,17 @@
+# To generate .SRCINFO
+
+```bash
+makepkg --printsrcinfo > .SRCINFO
+```
+
+# To make git version
+
+```bash
+git describe --long --abbrev=7 --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+```
+
+# To make the package
+
+```bash
+pkgbuild
+```