mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
amp: fix with libressl-2.7
This commit is contained in:
parent
4a1022c5ae
commit
b9385c4d17
1 changed files with 5 additions and 2 deletions
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue