void-packages/srcpkgs/himalaya/template

26 lines
713 B
Bash
Raw Normal View History

2021-08-17 17:11:40 +00:00
# Template file for 'himalaya'
pkgname=himalaya
2022-02-19 22:05:21 +00:00
version=0.5.9
2021-08-17 17:11:40 +00:00
revision=1
build_style=cargo
2022-02-19 22:05:21 +00:00
make_check_args="--lib"
2021-08-17 17:11:40 +00:00
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="CLI email client"
maintainer="Gadzhi Kharkharov <me@kkga.me>"
license="BSD-3-Clause"
homepage="https://github.com/soywod/himalaya"
2021-10-10 23:23:22 +00:00
changelog="https://raw.githubusercontent.com/soywod/himalaya/master/CHANGELOG.md"
2021-08-17 17:11:40 +00:00
distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
2022-02-19 22:05:21 +00:00
checksum=70da5d75354e47b47315938b9cbeca2ec167b8e6bd8ce133eff68ef1638d8c59
post_patch() {
# fixes an indexmap error when cross compiling
cargo update --package autocfg --precise 1.1.0
}
2021-08-17 17:11:40 +00:00
post_install() {
vlicense LICENSE
vdoc README.md
}