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

recipes/core/procps-ng/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: 'procps-ng'
pkgver: '4.0.7'
pkgrel: '1'
pkgdesc: 'Utilities for monitoring your system and its processes.'
url: 'https://procps.sourceforge.net/'
arch: x86_64
license:
- 'GPL LGPL'

depends: []
makedepends:
- pkgconf
- ncurses

source:
- 'https://sourceforge.net/projects/${pkgname}/files/Production/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- 9d2021f47a4501c667862c9942a92d1953694b21d11bcd1702e83eb594e3d67d

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr \
  --exec-prefix= --sbindir=/usr/bin \
  --libdir=/usr/lib --bindir=/usr/bin \
  --docdir=/usr/share/doc/${pkgname} \
  --disable-static \
  --disable-kill

  make
  make DESTDIR=${PKGDIR} install

package: |
  true