From 3e6a6f200a805782a0b47dccfac5d69a0c737d94 Mon Sep 17 00:00:00 2001 From: DirectorX Date: Fri, 11 Jan 2019 13:30:17 +0200 Subject: [PATCH] New package: hydroxide-0.1.0 (Closes #6580) --- srcpkgs/hydroxide/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/hydroxide/template diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template new file mode 100644 index 00000000000..47189a8879a --- /dev/null +++ b/srcpkgs/hydroxide/template @@ -0,0 +1,18 @@ +# Template file for 'hydroxide' +pkgname=hydroxide +version=0.1.0 +revision=1 +build_style=go +go_import_path="github.com/emersion/hydroxide/cmd/hydroxide" +hostmakedepends="git" +short_desc="Third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge" +maintainer="DirectorX " +license="MIT" +homepage="https://github.com/emersion/hydroxide" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=59bd740c32457d3f7636d15d097667da666a7312a0fc227ca64985aadda218ee + +post_install() { + vlicense LICENSE +} +