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