void-packages/srcpkgs/himalaya/template

20 lines
575 B
Bash
Raw Normal View History

2021-08-17 17:11:40 +00:00
# Template file for 'himalaya'
pkgname=himalaya
2021-10-10 23:23:22 +00:00
version=0.5.0
2021-08-17 17:11:40 +00:00
revision=1
build_style=cargo
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"
2021-10-10 23:23:22 +00:00
checksum=9ac8828f476f7b91ead4598237aa0e46a782327ef8f3d1ab6d7db75eb928173a
2021-08-17 17:11:40 +00:00
post_install() {
vlicense LICENSE
vdoc README.md
}