aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Modrzyk2018-04-17 14:07:59 +0900
committerNicolas Modrzyk2018-04-17 14:07:59 +0900
commitc5a0534d3eeda5d34ef8c2891ab7ff4b666b6b54 (patch)
tree6d27d4943a97ca8d7b57c7b48a9133cce94b3051
parentf4efa46eea3e8812a8d1feba2ce0d69679f8cd49 (diff)
downloadaur-c5a0534d3eeda5d34ef8c2891ab7ff4b666b6b54.tar.gz
adding a readme
-rw-r--r--README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..2fa33c5232f0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,37 @@
+Some notes
+
+# repositories
+
+The repository for this is on AUR:
+https://aur.archlinux.org/origamiapp.git/
+
+The release content comes mostly from:
+https://github.com/hellonico/origami-electron
+
+
+
+remote is at:
+
+ssh://aur@aur.archlinux.org/origamiapp.git
+
+# build
+
+```
+makepkg -f
+```
+
+Or, when downloading the PKGBUILD file:
+```
+makepkg -si
+```
+
+# release
+
+Taken from the [Arch User Repository](https://wiki.archlinux.org/index.php/Arch_User_Repository#Git_repositories_for_AUR3_packages)
+
+```
+makepkg --printsrcinfo > .SRCINFO
+git add PKGBUILD .SRCINFO
+git commit -m "useful commit message"
+git push
+``` \ No newline at end of file