17 lines
532 B
Bash
17 lines
532 B
Bash
# Template file for 'hydroxide'
|
|
pkgname=hydroxide
|
|
version=0.2.14
|
|
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=2aad1c44a2eaf2d0cc859babc3be2042bf93f4ac5568f901ef2dd61fd776a445
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|