Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f311d47fe |
@@ -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:
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user