amp: fix with libressl-2.7

This commit is contained in:
Enno Boland 2018-04-23 13:23:02 +02:00
parent 4a1022c5ae
commit b9385c4d17
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,9 +1,10 @@
# Template file for 'amp'
pkgname=amp
version=0.3.4
revision=1
revision=2
hostmakedepends="cargo git python3 pkg-config cmake perl"
makedepends="libxcb-devel libressl-devel zlib-devel"
makedepends="libxcb-devel libressl-devel zlib-devel libcurl-devel libssh2-devel
libgit2-devel"
short_desc="A complete text editor for your terminal"
maintainer="Wilson Birney <wpb@360scada.com>"
license="GPL-3"
@ -13,6 +14,8 @@ checksum=c950560292984d135ed5c92c87a2969a7b2b2d3ab97c5d4d5f66075edbc95169
nocross=yes
do_build() {
cargo update --package openssl-sys --precise 0.9.28
export LIBGIT2_SYS_USE_PKG_CONFIG=1
cargo build --release ${makejobs}
}