summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO19
-rwxr-xr-xPKGBUILD25
-rw-r--r--qbackup.desktop11
-rw-r--r--qbackup.pngbin0 -> 478 bytes
4 files changed, 55 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5b3ed11ed94b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+# Generated by mksrcinfo v8
+# Tue Mar 27 10:07:52 UTC 2018
+pkgbase = qbackup
+ pkgdesc = Cross-platform file backup
+ pkgver = 1.9.2.1
+ pkgrel = 1
+ url = https://www.qualeed.com/en/qbackup/
+ arch = x86_64
+ license = custom
+ depends = xdg-utils
+ source = qbackup.desktop
+ source = qbackup.png
+ sha512sums = 5342925f154bd4bf3d2dc415ccdce55a7e7381ed83744f47d1ea17e7dd3c82536f541b5e7f820f79795d7c4257f5923d8529654eb01c644bfe22acef63da5802
+ sha512sums = a7020dc7a82e32827c3da5f67e6c3fbf6d79c8ac075fdbabaebe947b2da78105bb3fe309eae8aa0f3b679458a7dbcf2f6f2a1faf4181db9d207235b228602c24
+ source_x86_64 = https://storage-dag.iijgio.com/qualeed/downloads/qbackup/qBackup-1.9.2.1.tar.gz
+ sha512sums_x86_64 = 3f931e9f815abc80e8b165f85a458e2adc8f6e8c6572ec954de2c8639ebf8110463ccb37993f37cbd83a5025c2d52c1e087e6a3b0f5a7b3d88d7394d3b326e2b
+
+pkgname = qbackup
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..8ee9a6d54b00
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: liberodark
+
+pkgname=qbackup
+pkgver=1.9.2.1
+pkgrel=1
+pkgdesc="Cross-platform file backup"
+arch=('x86_64')
+url="https://www.qualeed.com/en/qbackup/"
+license=('custom')
+depends=('xdg-utils')
+source_x86_64=("https://storage-dag.iijgio.com/qualeed/downloads/qbackup/qBackup-${pkgver}.tar.gz")
+source=($pkgname.desktop
+ $pkgname.png)
+sha512sums=('5342925f154bd4bf3d2dc415ccdce55a7e7381ed83744f47d1ea17e7dd3c82536f541b5e7f820f79795d7c4257f5923d8529654eb01c644bfe22acef63da5802'
+ 'a7020dc7a82e32827c3da5f67e6c3fbf6d79c8ac075fdbabaebe947b2da78105bb3fe309eae8aa0f3b679458a7dbcf2f6f2a1faf4181db9d207235b228602c24')
+sha512sums_x86_64=('3f931e9f815abc80e8b165f85a458e2adc8f6e8c6572ec954de2c8639ebf8110463ccb37993f37cbd83a5025c2d52c1e087e6a3b0f5a7b3d88d7394d3b326e2b')
+
+package() {
+ cd $srcdir
+ tar xvf qBackup-${pkgver}.tar.gz
+ mkdir -p "$pkgdir/opt/qbackup/"
+ cp -r "qBackup/." "$pkgdir/opt/qbackup/"
+ install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
+ install -vDm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+} \ No newline at end of file
diff --git a/qbackup.desktop b/qbackup.desktop
new file mode 100644
index 000000000000..94669bea1083
--- /dev/null
+++ b/qbackup.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=qBackup
+GenericName=Save Files
+Comment=qBackup is a cross platform file backup software that runs fast, efficiently and securely. You can backup your files to Cloud Storage, Local File System and SFTP Server.
+Exec=/opt/qbackup/qBackup
+Terminal=false
+Type=Application
+StartupNotify=true
+MimeType=text/plain;
+Categories=Utility;Security;
+Icon=qbackup
diff --git a/qbackup.png b/qbackup.png
new file mode 100644
index 000000000000..ce7c39ea5787
--- /dev/null
+++ b/qbackup.png
Binary files differ