himalaya: fix dependencies

This commit is contained in:
classabbyamp 2025-06-08 13:36:02 -04:00
parent e86c85964a
commit 3c54830252
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -5,8 +5,9 @@ revision=1
build_style=cargo
build_helper="qemu"
configure_args="--features=oauth2"
hostmakedepends="pkg-config"
checkdepends="libgit2-1.8-devel gpgme-devel libnotmuch-devel"
hostmakedepends="pkg-config libgit2-1.8-devel"
makedepends="libgit2-1.8-devel"
checkdepends="gpgme-devel libnotmuch-devel"
short_desc="CLI email client"
maintainer="Gadzhi Kharkharov <me@kkga.me>"
license="MIT"
@ -15,11 +16,6 @@ changelog="https://raw.githubusercontent.com/pimalaya/himalaya/master/CHANGELOG.
distfiles="https://github.com/pimalaya/himalaya/archive/refs/tags/v${version}.tar.gz"
checksum=bc5ee10ebdb23ea205215650070373dc591f083a96b1d6d038aa23a105256f94
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" libgit2-1.8-devel"
makedepends+=" libgit2-1.8-devel"
fi
post_install() {
vlicense LICENSE
vdoc README.md