19 lines
575 B
Bash
19 lines
575 B
Bash
# Template file for 'himalaya'
|
|
pkgname=himalaya
|
|
version=0.5.1
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/soywod/himalaya/master/CHANGELOG.md"
|
|
distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
|
|
checksum=13567726903243f04a4aa64e96b88e0d0fd5c3ccbe4953357f3a8ef1c569dad9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|