New package: himalaya 0.4.0
This commit is contained in:
parent
e50230ec23
commit
c519beec43
1 changed files with 20 additions and 0 deletions
20
srcpkgs/himalaya/template
Normal file
20
srcpkgs/himalaya/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'himalaya'
|
||||||
|
pkgname=himalaya
|
||||||
|
version=0.4.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
make_check_args="--lib" # avoid tests with imap server
|
||||||
|
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://github.com/soywod/himalaya/blob/master/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
|
||||||
|
checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Reference in a new issue