22 lines
631 B
Bash
22 lines
631 B
Bash
# Template file for 'himalaya'
|
|
pkgname=himalaya
|
|
version=0.5.10
|
|
revision=1
|
|
build_style=cargo
|
|
make_install_args="--path cli"
|
|
make_check_args="--lib"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/soywod/himalaya/master/CHANGELOG.md"
|
|
distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
|
|
checksum=2922b60caa37de70464a11df44704d8b5589f6d968532350267ffb136da54cbd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|