void-packages/srcpkgs/hydroxide/template
2021-04-13 12:18:22 -03:00

19 lines
559 B
Bash

# Template file for 'hydroxide'
pkgname=hydroxide
version=0.2.18
revision=1
build_style=go
go_import_path=github.com/emersion/hydroxide
go_package=$go_import_path/cmd/hydroxide
hostmakedepends="git"
short_desc="Third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge"
maintainer="DirectorX <void.directorx@protonmail.com>"
license="MIT"
homepage="https://github.com/emersion/hydroxide"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=93865423bad0e37fd231d5ee52f9b98d63b6950cfc664e2d557fc579681a400b
post_install() {
vlicense LICENSE
}