mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
himalaya: update to 0.5.9
This commit is contained in:
parent
043d497aa3
commit
e756a7c22a
1 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'himalaya'
|
# Template file for 'himalaya'
|
||||||
pkgname=himalaya
|
pkgname=himalaya
|
||||||
version=0.5.1
|
version=0.5.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
make_check_args="--lib"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="CLI email client"
|
short_desc="CLI email client"
|
||||||
|
@ -11,7 +12,12 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/soywod/himalaya"
|
homepage="https://github.com/soywod/himalaya"
|
||||||
changelog="https://raw.githubusercontent.com/soywod/himalaya/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/soywod/himalaya/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
|
distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
|
||||||
checksum=13567726903243f04a4aa64e96b88e0d0fd5c3ccbe4953357f3a8ef1c569dad9
|
checksum=70da5d75354e47b47315938b9cbeca2ec167b8e6bd8ce133eff68ef1638d8c59
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# fixes an indexmap error when cross compiling
|
||||||
|
cargo update --package autocfg --precise 1.1.0
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue