mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-03 15:01:44 +01:00
24 lines
735 B
Plaintext
24 lines
735 B
Plaintext
# Maintainer: Dekedro <dekedro@tankers.xyz>
|
|
pkgname=hydroxide
|
|
pkgver=0.2.19
|
|
pkgrel=0
|
|
pkgdesc="A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge"
|
|
url="https://github.com/emersion/hydroxide"
|
|
license="MIT"
|
|
arch="all !mips !mips64 !riscv64" # failure to build github.com/boltdb/bolt
|
|
makedepends="go"
|
|
options="net !check" # no tests
|
|
source="https://github.com/emersion/hydroxide/releases/download/v$pkgver/hydroxide-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
go build ./cmd/hydroxide
|
|
}
|
|
|
|
package() {
|
|
install -Dm755 "$builddir"/hydroxide "$pkgdir"/usr/bin/hydroxide
|
|
}
|
|
|
|
sha512sums="
|
|
856b0d7bca12eff81d4e26abcdf6f1551b8e38f2b316c5cd1bd6b3a94635920aa32a928181aa7a02ee5618362f21200c67ea3f2a1fff85ae333235e0234c1af5 hydroxide-0.2.19.tar.gz
|
|
"
|