aboutsummaryrefslogtreecommitdiffstats
path: root/community/low-memory-monitor/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/low-memory-monitor/APKBUILD')
-rw-r--r--community/low-memory-monitor/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/low-memory-monitor/APKBUILD b/community/low-memory-monitor/APKBUILD
deleted file mode 100644
index 5c595e8bb7b..00000000000
--- a/community/low-memory-monitor/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=low-memory-monitor
-pkgver=2.0
-pkgrel=3
-pkgdesc="Daemon to monitor memory usage and signal processes and the kernel"
-options="!check" # No testsuite
-url="https://gitlab.freedesktop.org/hadess/low-memory-monitor"
-arch="all"
-license="GPL-3.0-or-later"
-makedepends="meson glib-dev"
-subpackages="$pkgname-openrc"
-source="https://gitlab.freedesktop.org/hadess/low-memory-monitor/-/archive/$pkgver/low-memory-monitor-$pkgver.tar.gz
- low-memory-monitor.initd
- musl.patch
- "
-
-build() {
- abuild-meson \
- -Dgtk_doc=false \
- -Dsystemdsystemunitdir=/DELETEME \
- . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
-}
-
-package() {
- DESTDIR="$pkgdir" meson install --no-rebuild -C output
-
- # Remove systemd service
- rm -rf "$pkgdir"/DELETEME
-
- install -Dm0755 "$srcdir"/low-memory-monitor.initd "$pkgdir"/etc/init.d/low-memory-monitor
-}
-sha512sums="f63d0ccd9e3978b3321150d03ef9e0df82a4c453116c29d008b64b8133f7cb5c32874d4f6400384bd22b5530c761327b50e252c2ff171061e0338bc9ccc8daee low-memory-monitor-2.0.tar.gz
-ca605e75884c1dc1cfbc9efcd825c58fe3e0b950b1d6ad3941b06d56621b90c495964f7c4654535cdb254ebaa23acfdfef8f3b8b904d5e0eda42160db3197627 low-memory-monitor.initd
-7cd0bfa4e2b374a3b7d252a18fc83ff4ecbd52d22c40e406e10ba776daad80e7dc3d3c339b556a89a97786fe541e2aff7f32097aed5473a069612344d981ab23 musl.patch"