summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8653af1ceddfc6202e21119e9b16e530942d8bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Maintainer: Ashwin Vishnu <ashuwish+arch at gmail dot com>

pkgname=sendanywhere
pkgver=3.6.19.1
pkgrel=1
pkgdesc="Direct file sharing across all platforms/devices. Send Anywhere is a multi-platform file sharing service where users can directly share digital content in real time."
arch=('i686' 'x86_64')
url="https://www.send-anywhere.com"
license=('custom:sendanywhere_eula')
provides=('sendanywhere')
makedepends=('chrpath' 'xdg-utils' 'desktop-file-utils')
install=$pkgname.install
depends=('postgresql-libs' 'qt5-svg' 'gtk2')
source_i686=("https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_i386.deb")
source_x86_64=("https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb")
md5sums_i686=('SKIP')
md5sums_x86_64=('SKIP')

prepare() {
   bsdtar xJf data.tar.xz
   bsdtar xzf control.tar.gz
   echo '==> Checking integrity with MD5sums.'
   md5sum -c md5sums --strict --quiet

   # Remove insecure RPATH
   chrpath --delete "opt/estmob/sendanywhere/sendanywhere"
}

pkgver() {
   awk -F": " '/Version/{print $2}' control
}

package() {
   mv usr opt $pkgdir

   echo '==> Copying license.'
   install -Dm644 "$pkgdir/usr/share/doc/sendanywhere/copyright" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   rm -r "$pkgdir/usr/share/doc"
}