From 0c0e924ca1e98267b514246da559dbe03343bf8f Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Tue, 17 Aug 2021 20:11:40 +0300 Subject: [PATCH] New package: himalaya 0.4.0 --- srcpkgs/himalaya/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/himalaya/template diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template new file mode 100644 index 000000000000..8ada23bf6b9a --- /dev/null +++ b/srcpkgs/himalaya/template @@ -0,0 +1,20 @@ +# Template file for 'himalaya' +pkgname=himalaya +version=0.4.0 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="openssl-devel" +short_desc="CLI email client" +maintainer="Gadzhi Kharkharov " +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" +make_check_args="--lib" # avoid tests with imap server +checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131 + +post_install() { + vlicense LICENSE + vdoc README.md +}