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