mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
himalaya: fix dependencies
This commit is contained in:
parent
e86c85964a
commit
3c54830252
1 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue