summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorali2021-03-24 14:03:03 +0430
committerali2021-03-24 14:03:03 +0430
commit7d56388889a3132ba6394e11a611e55a4b9c9572 (patch)
tree86d298ed92c4c5bf4c04c80d644ef048e3e7d32f
downloadaur-7d56388889a3132ba6394e11a611e55a4b9c9572.tar.gz
Initial push.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD22
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..54e022d523a3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = toosheh-extractor
+ pkgdesc = Official toosheh extractor CLI for Linux. Please USE A VPN or any anti-sensorship tools before installing this package.
+ pkgver = 4.3.7509.24771
+ pkgrel = 1
+ url = htto://www.toosheh.org/download/
+ arch = x86_64
+ arch = aarch64
+ license = other
+ provides = toosheh-extractor
+ conflicts = toosheh-extractor
+ options = !strip
+ source = https://s3-us-west-2.amazonaws.com/lisa-app/extract-linux-x64.zip
+ md5sums = SKIP
+
+pkgname = toosheh-extractor
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..48ec20010f31
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Master81 <FreeFighter81 at protonmail dot com>
+pkgname=toosheh-extractor
+pkgver=4.3.7509.24771
+pkgrel=1
+pkgdesc="Official toosheh extractor CLI for Linux. Please USE A VPN or any anti-sensorship tools before installing this package."
+arch=('x86_64' 'aarch64')
+url="htto://www.toosheh.org/download/"
+license=('other')
+depends=()
+provides=(toosheh-extractor)
+conflicts=(toosheh-extractor)
+
+source=("https://s3-us-west-2.amazonaws.com/lisa-app/extract-linux-x64.zip")
+
+md5sums=('SKIP')
+options=('!strip')
+
+
+package() {
+ install -d $pkgdir/usr/bin
+ install -Dm755 "${srcdir}"/extract "${pkgdir}"/usr/bin/toosheh-extractor
+}