Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package Request: dendrite
@ 2021-01-11  6:21 Anachron
  2021-01-11  6:35 ` Anachron
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Anachron @ 2021-01-11  6:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

New issue by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/27818

Description:
https://github.com/matrix-org/dendrite

 > Dendrite is a second-generation Matrix homeserver written in Go. It intends to provide an efficient, reliable and scalable alternative to Synapse

As of October 2020, Dendrite has now entered beta

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Package Request: dendrite
  2021-01-11  6:21 [ISSUE] Package Request: dendrite Anachron
@ 2021-01-11  6:35 ` Anachron
  2021-01-11  7:08 ` Anachron
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Anachron @ 2021-01-11  6:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/27818#issuecomment-757653973

Comment:
I'm currently trying to package this.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Package Request: dendrite
  2021-01-11  6:21 [ISSUE] Package Request: dendrite Anachron
  2021-01-11  6:35 ` Anachron
@ 2021-01-11  7:08 ` Anachron
  2021-01-11  7:49 ` Anachron
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Anachron @ 2021-01-11  7:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/27818#issuecomment-757653973

Comment:
I'm currently trying to package this.

Edit: It builds. will try it out soon.

```
=> dendrite-0.3.4_1: running pre-pkg hook: 999-collected-rdeps ...
   glibc>=2.29_1
=> dendrite-0.3.4_1: running do-pkg hook: 00-gen-pkg ...
=> Creating dendrite-0.3.4_1.x86_64.xbps for repository /host/binpkgs/dendrite ...
=> dendrite-0.3.4_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/dendrite
index: added `dendrite-0.3.4_1' (x86_64).
index: 1 packages registered.
=> dendrite-0.3.4_1: removing autodeps, please wait...
=> dendrite-0.3.4_1: cleaning build directory...
=> dendrite: removing files from destdir...
[11.01.2021-08:08:18] (dendrite) pkg:finish (RC=0)

```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Package Request: dendrite
  2021-01-11  6:21 [ISSUE] Package Request: dendrite Anachron
  2021-01-11  6:35 ` Anachron
  2021-01-11  7:08 ` Anachron
@ 2021-01-11  7:49 ` Anachron
  2021-01-11  7:54 ` Anachron
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Anachron @ 2021-01-11  7:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2237 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/27818#issuecomment-757653973

Comment:
I'm currently trying to package this.

Edit: It builds. will try it out soon.

```
=> dendrite-0.3.4_1: running pre-pkg hook: 999-collected-rdeps ...
   glibc>=2.29_1
=> dendrite-0.3.4_1: running do-pkg hook: 00-gen-pkg ...
=> Creating dendrite-0.3.4_1.x86_64.xbps for repository /host/binpkgs/dendrite ...
=> dendrite-0.3.4_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/dendrite
index: added `dendrite-0.3.4_1' (x86_64).
index: 1 packages registered.
=> dendrite-0.3.4_1: removing autodeps, please wait...
=> dendrite-0.3.4_1: cleaning build directory...
=> dendrite: removing files from destdir...
[11.01.2021-08:08:18] (dendrite) pkg:finish (RC=0)

```

Template file
```bash
# Template file for 'dendrite'
pkgname=dendrite
version=0.3.4
revision=1
#build_style=go
makedepends="go"
#go_package="github.com/matrix-org/dendrite"
#go_import_path="${go_package}"
short_desc="Second-generation Matrix homeserver written in Go"
maintainer="Anachron <gith@cron.world>"
license="Apache-2.0"
homepage="https://github.com/matrix-org/dendrite"
distfiles="https://github.com/matrix-org/dendrite/archive/v${version}.tar.gz"
checksum=9362ed8dac9d42936e5f53b380eeaad1e3de2abbb07c9abeaad92820fe5c2bd9

do_build() {
  export CGO_CFLAGS="${CFLAGS}"
  export CGO_CXXFLAGS="${CXXFLAGS}"
  #export CGO_LDFLAGS="${LDFLAGS}"
  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
  go build ./cmd/dendrite-monolith-server
  go build ./cmd/generate-config
  go build ./cmd/generate-keys
}

do_check() {
  export CGO_CPPFLAGS="${CPPFLAGS}"
  export CGO_CFLAGS="${CFLAGS}"
  export CGO_CXXFLAGS="${CXXFLAGS}"
  #export CGO_LDFLAGS="${LDFLAGS}"
  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
  go test ./cmd/dendrite-monolith-server
}

do_install() {
  vbin dendrite-monolith-server
  vbin generate-config ${pkgname}-generate-config
  vbin generate-keys ${dendrite}-generate-keys
  vconf dendrite-config.yaml
}

```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Package Request: dendrite
  2021-01-11  6:21 [ISSUE] Package Request: dendrite Anachron
                   ` (2 preceding siblings ...)
  2021-01-11  7:49 ` Anachron
@ 2021-01-11  7:54 ` Anachron
  2021-01-19 21:47 ` ericonr
  2022-03-03 21:47 ` [ISSUE] [CLOSED] " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: Anachron @ 2021-01-11  7:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2236 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/27818#issuecomment-757653973

Comment:
I'm currently trying to package this.

Edit: It builds. will try it out soon.

```
=> dendrite-0.3.4_1: running pre-pkg hook: 999-collected-rdeps ...
   glibc>=2.29_1
=> dendrite-0.3.4_1: running do-pkg hook: 00-gen-pkg ...
=> Creating dendrite-0.3.4_1.x86_64.xbps for repository /host/binpkgs/dendrite ...
=> dendrite-0.3.4_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/dendrite
index: added `dendrite-0.3.4_1' (x86_64).
index: 1 packages registered.
=> dendrite-0.3.4_1: removing autodeps, please wait...
=> dendrite-0.3.4_1: cleaning build directory...
=> dendrite: removing files from destdir...
[11.01.2021-08:08:18] (dendrite) pkg:finish (RC=0)

```

Template file
```bash
# Template file for 'dendrite'
pkgname=dendrite
version=0.3.4
revision=1
#build_style=go
makedepends="go"
#go_package="github.com/matrix-org/dendrite"
#go_import_path="${go_package}"
short_desc="Second-generation Matrix homeserver written in Go"
maintainer="Anachron <gith@cron.world>"
license="Apache-2.0"
homepage="https://github.com/matrix-org/dendrite"
distfiles="https://github.com/matrix-org/dendrite/archive/v${version}.tar.gz"
checksum=9362ed8dac9d42936e5f53b380eeaad1e3de2abbb07c9abeaad92820fe5c2bd9

do_build() {
  export CGO_CFLAGS="${CFLAGS}"
  export CGO_CXXFLAGS="${CXXFLAGS}"
  #export CGO_LDFLAGS="${LDFLAGS}"
  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
  go build ./cmd/dendrite-monolith-server
  go build ./cmd/generate-config
  go build ./cmd/generate-keys
}

do_check() {
  export CGO_CPPFLAGS="${CPPFLAGS}"
  export CGO_CFLAGS="${CFLAGS}"
  export CGO_CXXFLAGS="${CXXFLAGS}"
  #export CGO_LDFLAGS="${LDFLAGS}"
  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
  go test ./cmd/dendrite-monolith-server
}

do_install() {
  vbin dendrite-monolith-server
  vbin generate-config ${pkgname}-generate-config
  vbin generate-keys ${pkgname}-generate-keys
  vconf dendrite-config.yaml
}

```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Package Request: dendrite
  2021-01-11  6:21 [ISSUE] Package Request: dendrite Anachron
                   ` (3 preceding siblings ...)
  2021-01-11  7:54 ` Anachron
@ 2021-01-19 21:47 ` ericonr
  2022-03-03 21:47 ` [ISSUE] [CLOSED] " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-01-19 21:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/27818#issuecomment-763162437

Comment:
Why are so many vars required?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] Package Request: dendrite
  2021-01-11  6:21 [ISSUE] Package Request: dendrite Anachron
                   ` (4 preceding siblings ...)
  2021-01-19 21:47 ` ericonr
@ 2022-03-03 21:47 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-03-03 21:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

Closed issue by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/27818

Description:
https://github.com/matrix-org/dendrite

 > Dendrite is a second-generation Matrix homeserver written in Go. It intends to provide an efficient, reliable and scalable alternative to Synapse

As of October 2020, Dendrite has now entered beta

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-03 21:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11  6:21 [ISSUE] Package Request: dendrite Anachron
2021-01-11  6:35 ` Anachron
2021-01-11  7:08 ` Anachron
2021-01-11  7:49 ` Anachron
2021-01-11  7:54 ` Anachron
2021-01-19 21:47 ` ericonr
2022-03-03 21:47 ` [ISSUE] [CLOSED] " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).