new package: ffsend

Requested in https://github.com/termux/termux-packages/issues/4551.
This commit is contained in:
Leonid Pliushch 2019-11-29 15:57:07 +02:00
parent fcf8ced972
commit 316b9d0648
1 changed files with 8 additions and 0 deletions

8
packages/ffsend/build.sh Normal file
View File

@ -0,0 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://gitlab.com/timvisee/ffsend
TERMUX_PKG_DESCRIPTION="A fully featured Firefox Send client"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=0.2.55
TERMUX_PKG_SRCURL=https://gitlab.com/timvisee/ffsend/-/archive/v$TERMUX_PKG_VERSION/ffsend-v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=84434cc57b2fa157281a4d4852d88644aec8199a1505675801a9d3fc80642481
TERMUX_PKG_DEPENDS="openssl"
TERMUX_PKG_BUILD_IN_SRC=true