Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f311d47fe |
@@ -54,7 +54,7 @@ Currently packaged:
|
||||
```text
|
||||
seaweedfs SeaweedFS 4.31 release binary and OpenRC role splits
|
||||
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:
|
||||
|
||||
@@ -4,7 +4,7 @@ pkgver=2.9.1
|
||||
pkgrel=0
|
||||
pkgdesc="High-performance AMQP and MQTT message queue server"
|
||||
url="https://github.com/cloudamqp/lavinmq"
|
||||
arch="x86_64"
|
||||
arch="x86_64 aarch64"
|
||||
license="Apache-2.0"
|
||||
depends="ca-certificates /bin/sh"
|
||||
makedepends="
|
||||
@@ -51,7 +51,6 @@ check() {
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
rm -r "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/sysusers.d
|
||||
rmdir "$pkgdir"/lib "$pkgdir"/usr/lib
|
||||
}
|
||||
|
||||
_openrc() {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# LavinMQ Alpine Package
|
||||
|
||||
Builds LavinMQ from the upstream source release for `x86_64` and packages the
|
||||
OpenRC service plus `/etc/lavinmq` defaults.
|
||||
Builds LavinMQ from the upstream source release and packages the OpenRC
|
||||
service plus `/etc/lavinmq` defaults.
|
||||
|
||||
Build command:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user