summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliberodark2019-05-02 13:06:21 +0200
committerliberodark2019-05-02 13:06:21 +0200
commit299cceca59484fbf8f4ef550da19b9df41cf7dda (patch)
treeaf53486edf330559e5a9fa2b96e0d759ac1a2f0d
downloadaur-299cceca59484fbf8f4ef550da19b9df41cf7dda.tar.gz
Initial import
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD27
-rw-r--r--r-studio-for-linux-bin.desktop10
-rw-r--r--r-studio-for-linux-bin.pngbin0 -> 3754 bytes
4 files changed, 56 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a3067ee2f51b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+# Generated by mksrcinfo v8
+# Thu May 2 11:05:47 UTC 2019
+pkgbase = r-studio-for-linux-bin
+ pkgdesc = Undelete and data recovery software (non free version)
+ pkgver = 4.6.3377
+ pkgrel = 1
+ url = http://www.r-tt.com/data_recovery_linux/
+ arch = x86_64
+ license = custom
+ depends = xdg-utils
+ source = r-studio-for-linux-bin.desktop
+ source = r-studio-for-linux-bin.png
+ sha512sums = c33acb398f1c8cdc680b981344f51b7f1f4e651c9a215e37d38d9daae08d187b4b936e4e8eea3fa81a850a3e0803d738c160f44232abb2f5422f9d60727a77b7
+ sha512sums = 16a3c7e30096066b3ab1640f32c421424bfdefdb2859526d0f03dd5e173bc61450ca8371225fe7491135967ffe7c08b9c92b6d5b39bdf7a8999c85b6d7789c4a
+ source_x86_64 = https://www.r-studio.com/downloads/RStudio4_x64.deb
+ sha512sums_x86_64 = e250a6bc526c998e8d3f6f7a2981149098f2ed6b2c9c30a7c95a640659f51b46004d19b09159d6289678127be53c0279eab5016fe0c18fc18581ce1963c00d92
+
+pkgname = r-studio-for-linux-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c236836918f7
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: liberodark
+
+pkgname=r-studio-for-linux-bin
+pkgver=4.6.3377
+pkgrel=1
+pkgdesc="Undelete and data recovery software (non free version)"
+arch=('x86_64')
+url="http://www.r-tt.com/data_recovery_linux/"
+license=('custom')
+depends=('xdg-utils')
+source_x86_64=("https://www.r-studio.com/downloads/RStudio4_x64.deb")
+source=($pkgname.desktop
+ $pkgname.png)
+sha512sums=('c33acb398f1c8cdc680b981344f51b7f1f4e651c9a215e37d38d9daae08d187b4b936e4e8eea3fa81a850a3e0803d738c160f44232abb2f5422f9d60727a77b7'
+ '16a3c7e30096066b3ab1640f32c421424bfdefdb2859526d0f03dd5e173bc61450ca8371225fe7491135967ffe7c08b9c92b6d5b39bdf7a8999c85b6d7789c4a')
+sha512sums_x86_64=('e250a6bc526c998e8d3f6f7a2981149098f2ed6b2c9c30a7c95a640659f51b46004d19b09159d6289678127be53c0279eab5016fe0c18fc18581ce1963c00d92')
+
+package() {
+ cd $srcdir
+ tar xvf data.tar.gz
+ cp -r usr $pkgdir
+ rm $pkgdir/usr/local/R-Studio/share/{logo*,*.desktop}
+ rm $pkgdir/usr/bin/rstudio
+ ln -sr /usr/local/R-Studio/bin/R-Studio $pkgdir/usr/bin/R-Studio
+ install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
+ install -vDm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+}
diff --git a/r-studio-for-linux-bin.desktop b/r-studio-for-linux-bin.desktop
new file mode 100644
index 000000000000..0cf4f4f5ca7c
--- /dev/null
+++ b/r-studio-for-linux-bin.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Name=R-Studio
+GenericName=Data Recovery Utility
+Comment=Recover Deleted and Damaged Files
+Exec=/usr/local/R-Studio/bin/R-Studio
+Terminal=false
+Icon=r-studio-for-linux
+Type=Application
+Categories=System;Utility;
diff --git a/r-studio-for-linux-bin.png b/r-studio-for-linux-bin.png
new file mode 100644
index 000000000000..4a04ddc3bbfc
--- /dev/null
+++ b/r-studio-for-linux-bin.png
Binary files differ