Last active
March 3, 2019 07:15
-
-
Save janglapuk/d66430d5b9030f29f88c9c183a7f65e4 to your computer and use it in GitHub Desktop.
ArchLinux PKGBUILD: sendanywhere v8.11.7-257
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=sendanywhere | |
pkgver=8.11.7 | |
pkgrel=257 | |
pkgdesc="Send Anywhere is a multi-platform file sharing service where users can directly share digital content in real time." | |
arch=('x86_64') | |
url="http://send-anywhere.com" | |
license=('custom:sendanywhere_eula') | |
options=('!strip' '!emptydirs') | |
depends=('nss' 'libxtst' 'libxss' 'gconf' 'gtk2' 'alsa-lib') | |
source=("${pkgname}-${pkgver}.deb::https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb") | |
sha512sums=('6780b9737fa18244ad0fd63213a7af16b73617ac9663977f72f31f9c12085cd10fb86e7a863b0bc5606a3400838f22e33bde54352ceabbe40878ced0b78d16a6') | |
package(){ | |
tar xf data.tar.xz -C "$pkgdir" | |
install -Dm644 "$pkgdir/opt/SendAnywhere/LICENSE.electron.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.electron.txt" | |
install -Dm644 "$pkgdir/opt/SendAnywhere/LICENSES.chromium.html" "$pkgdir/usr/share/licenses/$pkgname/LICENSES.chromium.html" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment