Compare commits

..
1 Commits
Author SHA1 Message Date
Joachim Schlöffel 0f311d47fe Add LavinMQ Alpine package
Build Alpine Packages / build-and-publish (v3.24, 3.24) (pull_request) Failing after 30m42s
2026-07-08 14:13:19 +02:00
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ Currently packaged:
```text ```text
seaweedfs SeaweedFS 4.31 release binary and OpenRC role splits seaweedfs SeaweedFS 4.31 release binary and OpenRC role splits
greptimedb GreptimeDB 1.1.2 built from source for x86_64 greptimedb GreptimeDB 1.1.2 built from source for x86_64
lavinmq LavinMQ 2.9.1 built from source for x86_64 lavinmq LavinMQ 2.9.1 built from source for x86_64 and aarch64
``` ```
Local build output is written under: Local build output is written under:
+1 -2
View File
@@ -4,7 +4,7 @@ pkgver=2.9.1
pkgrel=0 pkgrel=0
pkgdesc="High-performance AMQP and MQTT message queue server" pkgdesc="High-performance AMQP and MQTT message queue server"
url="https://github.com/cloudamqp/lavinmq" url="https://github.com/cloudamqp/lavinmq"
arch="x86_64" arch="x86_64 aarch64"
license="Apache-2.0" license="Apache-2.0"
depends="ca-certificates /bin/sh" depends="ca-certificates /bin/sh"
makedepends=" makedepends="
@@ -51,7 +51,6 @@ check() {
package() { package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
rm -r "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/sysusers.d rm -r "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/sysusers.d
rmdir "$pkgdir"/lib "$pkgdir"/usr/lib
} }
_openrc() { _openrc() {
+2 -2
View File
@@ -1,7 +1,7 @@
# LavinMQ Alpine Package # LavinMQ Alpine Package
Builds LavinMQ from the upstream source release for `x86_64` and packages the Builds LavinMQ from the upstream source release and packages the OpenRC
OpenRC service plus `/etc/lavinmq` defaults. service plus `/etc/lavinmq` defaults.
Build command: Build command: