aboutsummaryrefslogtreecommitdiffstats
path: root/testing/conmon/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/conmon/APKBUILD')
-rw-r--r--testing/conmon/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/conmon/APKBUILD b/testing/conmon/APKBUILD
deleted file mode 100644
index 0332644f0d2..00000000000
--- a/testing/conmon/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Michał Polański <michal@polanski.me>
-# Maintainer: Michał Polański <michal@polanski.me>
-pkgname=conmon
-pkgver=2.0.17
-pkgrel=0
-pkgdesc="An OCI container runtime monitor"
-url="https://github.com/containers/conmon"
-arch="all"
-license="Apache-2.0"
-makedepends="glib-dev bash"
-source="$pkgname-$pkgver.tar.gz::https://github.com/containers/conmon/archive/v$pkgver.tar.gz"
-
-build() {
- make
-}
-
-check() {
- ./bin/conmon --version
-}
-
-package() {
- make install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-sha512sums="45660bf99a077c582c787ac08d47ea935777c5b93c1095619fc0361188f77b178ee600e52e15b6f006953cbd4716d5bd240c9f438f3765004af60a11d019b357 conmon-2.0.17.tar.gz"