diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template index 68b7f6bd544..484a704d127 100644 --- a/srcpkgs/himalaya/template +++ b/srcpkgs/himalaya/template @@ -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 " 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