aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Declercq2021-12-30 13:23:41 +0100
committerLucas Declercq2021-12-30 13:23:41 +0100
commit31d79281be1fc90302e692d43455992845ab3481 (patch)
tree83a8a540c96448881744d595f841f2394bb93c12
parentaf06a5db17846d1bb5b6565ccb5bd0537178908c (diff)
downloadaur-31d79281be1fc90302e692d43455992845ab3481.tar.gz
docs: add readme
-rw-r--r--.gitignore3
-rw-r--r--README.md16
2 files changed, 18 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 02d9ce9603b4..6b40bfae0667 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
!.gitignore
!PKGBUILD
!.SRCINFO
-!conduktor.desktop \ No newline at end of file
+!conduktor.desktop
+!README.md
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..3a0d0c7d6f5c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# AUR Package for Conduktor
+
+## Manually upgrade version
+
+1. Change version
+2. Generate Shasums : makepkg -g -f -p PKGBUILD
+3. Generate SRCINFO : makepkg --printsrcinfo > .SRCINFO
+4. Test package : extra-x86_64-build
+5. Commit & Push
+
+## Todo
+
+- [ ] Base package on deb
+- [ ] Extract icon from deb
+- [ ] Use embedded java from deb
+- [ ] Watch release repo from conduktor to allow automatic updates