summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliberodark2017-09-17 02:08:01 +0200
committerliberodark2017-09-17 02:08:01 +0200
commit87b0d8b1a45ff7b0491bdd451768b839f698ee79 (patch)
tree343aa97c6a064387ae24b91c1349eff0c7c9caa9
downloadaur-87b0d8b1a45ff7b0491bdd451768b839f698ee79.tar.gz
Initial import
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD28
-rw-r--r--r-studio-for-linux.desktop10
-rw-r--r--r-studio-for-linux.pngbin0 -> 3754 bytes
4 files changed, 57 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5f1e68419ef8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+# Generated by mksrcinfo v8
+# Sun Sep 17 00:07:36 UTC 2017
+pkgbase = r-studio-for-linux
+ pkgdesc = Undelete and data recovery software
+ pkgver = 4.2.2901
+ pkgrel = 1
+ url = http://www.r-tt.com/data_recovery_linux/
+ arch = x86_64
+ license = custom
+ depends = xdg-utils
+ source = r-studio-for-linux.desktop
+ source = r-studio-for-linux.png
+ sha512sums = 3e574174bace6fa952320fe14ab3e3897eea8a01203c98db8aaf4efc3beec0dbd6fa3bb810944fcc7f6b8dd9e6eb54e1572c4c1aa9db8b7cbcc5042afa850438
+ sha512sums = 16a3c7e30096066b3ab1640f32c421424bfdefdb2859526d0f03dd5e173bc61450ca8371225fe7491135967ffe7c08b9c92b6d5b39bdf7a8999c85b6d7789c4a
+ source_x86_64 = http://www.r-studio.com/downloads/RStudio4_x64.deb
+ sha512sums_x86_64 = 352fa0225e05d648b83b01b7efcfa9888c7630013b5e6b05441a1f31298a913ede0da5f59307cfa6137a1ab5e5481f0640a69fbce93bbcc1a7b943b3a2d94c9f
+
+pkgname = r-studio-for-linux
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..fd3633e98439
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: liberodark
+
+pkgname=r-studio-for-linux
+pkgver=4.2.2901
+pkgrel=1
+pkgdesc="Undelete and data recovery software"
+arch=('x86_64')
+url="http://www.r-tt.com/data_recovery_linux/"
+license=('custom')
+depends=('xdg-utils')
+source_x86_64=("http://www.r-studio.com/downloads/RStudio4_x64.deb")
+source=($pkgname.desktop
+ $pkgname.png)
+
+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
+}
+
+sha512sums=('3e574174bace6fa952320fe14ab3e3897eea8a01203c98db8aaf4efc3beec0dbd6fa3bb810944fcc7f6b8dd9e6eb54e1572c4c1aa9db8b7cbcc5042afa850438'
+ '16a3c7e30096066b3ab1640f32c421424bfdefdb2859526d0f03dd5e173bc61450ca8371225fe7491135967ffe7c08b9c92b6d5b39bdf7a8999c85b6d7789c4a')
+sha512sums_x86_64=('352fa0225e05d648b83b01b7efcfa9888c7630013b5e6b05441a1f31298a913ede0da5f59307cfa6137a1ab5e5481f0640a69fbce93bbcc1a7b943b3a2d94c9f')
diff --git a/r-studio-for-linux.desktop b/r-studio-for-linux.desktop
new file mode 100644
index 000000000000..b8b2a6f63b59
--- /dev/null
+++ b/r-studio-for-linux.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
+Type=Application
+Categories=System;Utility;
diff --git a/r-studio-for-linux.png b/r-studio-for-linux.png
new file mode 100644
index 000000000000..4a04ddc3bbfc
--- /dev/null
+++ b/r-studio-for-linux.png
Binary files differ