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