18 lines
527 B
Bash
18 lines
527 B
Bash
# Template file for 'hydroxide'
|
|
pkgname=hydroxide
|
|
version=0.2.28
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/emersion/hydroxide"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=c860a15617dce7916917ef6e3d906e5728114ec2a54f5c07fb489ee6bdbeb0f4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|