18 lines
532 B
Bash
18 lines
532 B
Bash
# Template file for 'hydroxide'
|
|
pkgname=hydroxide
|
|
version=0.2.6
|
|
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 <void.directorx@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/emersion/hydroxide"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=49b1cea513fd3c012dc1b09a60d19656fe7f12be647b4cbb25b36be580772b40
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|