mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
amp: update to 0.6.2
This commit is contained in:
parent
179f1f3223
commit
fd7d1e0d66
1 changed files with 5 additions and 10 deletions
|
@ -1,20 +1,15 @@
|
||||||
# Template file for 'amp'
|
# Template file for 'amp'
|
||||||
pkgname=amp
|
pkgname=amp
|
||||||
version=0.6.0
|
version=0.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cmake git perl pkg-config python3"
|
hostmakedepends="cmake git python3"
|
||||||
makedepends="libcurl-devel libgit2-devel libxcb-devel"
|
makedepends="libxcb-devel"
|
||||||
|
depends="libressl libxcb zlib"
|
||||||
short_desc="Complete text editor for your terminal"
|
short_desc="Complete text editor for your terminal"
|
||||||
maintainer="Wilson Birney <wpb@360scada.com>"
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://amp.rs"
|
homepage="https://amp.rs"
|
||||||
changelog="https://raw.githubusercontent.com/jmacdonald/amp/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jmacdonald/amp/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
|
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
|
||||||
checksum=3529e9aa51df80ff3bd9db340423bf0975b58473fc0a307ea6eee799089ee2e2
|
checksum=9279efcecdb743b8987fbedf281f569d84eaf42a0eee556c3447f3dc9c9dfe3b
|
||||||
|
|
||||||
export LIBGIT2_SYS_USE_PKG_CONFIG=1
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cargo update --package openssl-sys --precise 0.9.53
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue