🔒 Repository is read-only – file editing is disabled.

recipes/utils/conmon/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: conmon
pkgver: '2.2.1'
pkgrel: '1'
pkgdesc: 'OCI container runtime monitor'
url: 'https://github.com/containers/conmon'
arch: x86_64
license:
- APACHE

depends: []
makedepends:
- git
- glib

source: []
sha256sums: []
build: |
  git clone https://github.com/containers/conmon

  cd conmon
  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR=${PKGDIR}

  install -Dm755 bin/conmon ${PKGDIR}/usr/bin/conmon

package: |
  true