# Template file for 'ffsend' pkgname=ffsend version=0.2.73 revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="openssl-devel" short_desc="Fully featured Firefox Send client" maintainer="Jasper Chan " license="GPL-3.0-or-later" homepage="https://github.com/timvisee/ffsend" distfiles="https://github.com/timvisee/ffsend/archive/v${version}.tar.gz" checksum=76032cfeaf5e8a84592cb501859816f09240c8f6438d1cd96ff63c134cfddc80 post_extract() { # avoid ring dependency vsed -i 's,"crypto-ring","crypto-openssl",' Cargo.toml }