mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
himalaya: update to 1.1.0.
This commit is contained in:
parent
99533ae60b
commit
a00385dfa7
1 changed files with 11 additions and 9 deletions
|
@ -1,22 +1,24 @@
|
|||
# Template file for 'himalaya'
|
||||
pkgname=himalaya
|
||||
version=0.9.0
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper="qemu"
|
||||
configure_args="--features=oauth2"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="sqlite-devel libzstd-devel"
|
||||
checkdepends="libgit2-1.8-devel gpgme-devel libnotmuch-devel"
|
||||
short_desc="CLI email client"
|
||||
maintainer="Gadzhi Kharkharov <me@kkga.me>"
|
||||
license="MIT"
|
||||
homepage="https://pimalaya.org/himalaya/"
|
||||
changelog="https://raw.githubusercontent.com/soywod/himalaya/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/soywod/himalaya/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9a5593a3a92dcce8227cea45870a88432d8df3a012636eb5461165cf599dbcbb
|
||||
homepage="https://github.com/pimalaya/himalaya"
|
||||
changelog="https://raw.githubusercontent.com/pimalaya/himalaya/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/pimalaya/himalaya/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=bc5ee10ebdb23ea205215650070373dc591f083a96b1d6d038aa23a105256f94
|
||||
|
||||
post_patch() {
|
||||
cargo update --package crossbeam-channel@0.5.6 --precise 0.5.8
|
||||
}
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libgit2-1.8-devel"
|
||||
makedepends+=" libgit2-1.8-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue