vp-build/srcpkgs/hydroxide/template

18 lines
537 B
Bash

# Template file for 'hydroxide'
pkgname=hydroxide
version=0.2.21
revision=1
build_style=go
go_import_path=github.com/emersion/hydroxide
go_package=$go_import_path/cmd/hydroxide
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=efbb1fc0461b3fcca9a9e42b31c7298ef0023e458c171be0b00886f9692648c4
post_install() {
vlicense LICENSE
}