summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f53a8b6ceb5dd26cc9f8df62211ef6b0a3ee9e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Tim Visee <tim@visee.me>
# Contributor: Ariel AxionL <i at axionl dot me>

pkgname=ffsend-bin
pkgver=0.2.39
pkgrel=2
pkgdesc="Easily and securely share files from the command line. A Firefox Send client."
url="https://gitlab.com/timvisee/ffsend"
license=('GPL3')
provides=('ffsend')
conflicts=('ffsend-git' 'ffsend')
source=("ffsend::https://github.com/timvisee/ffsend/releases/download/v$pkgver/ffsend-v$pkgver-linux-x64-static")
sha256sums=('920887f505925963a40388e1a8553eb5cca7ee59c03dc285eb541ab0f02c7da0')
arch=('x86_64')
depends=('ca-certificates')
optdepends=('xclip: clipboard support')

package() {
    install -Dm755 "${srcdir}/ffsend" "${pkgdir}/usr/bin/ffsend"
}