aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkashirin.alex2021-02-05 15:04:50 +0100
committerkashirin.alex2021-02-05 15:04:50 +0100
commite4ebb33d2e94bbe7d6992acbc10816b6a457b85a (patch)
tree8725944d7a3d4801c572809a7282a4e3cda7fdbf /README.md
downloadaur-e4ebb33d2e94bbe7d6992acbc10816b6a457b85a.tar.gz
Initial SWC-DB FileSystem Local library package
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100755
index 000000000000..cb69b5c9ecc3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+
+
+#### Creating the `swcdb-lib-fs-local` Package
+
+* Clone the package from AUR:
+```
+git clone https://aur.archlinux.org/swcdb-lib-fs-local.git;
+```
+
+
+* Configure, Build and Create the Package:
+```
+# while at the folder of `PKGBUILD`
+cd swcdb-lib-fs-local;
+chmod -R 777 ./;
+
+sudo -u swcdb_builder makepkg --printsrcinfo > .SRCINFO;
+sudo -u swcdb_builder makepkg -s -r;
+
+# Install
+sudo -u swcdb_builder makepkg -i;
+```