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

recipes/core/psmisc/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: psmisc
pkgver: '23.7rc1'
pkgrel: 1
pkgdesc: Set of some small useful utilities that use the proc filesystem.
url: 'https://psmisc.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- ncurses
source:
- 'https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
  cd psmisc-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
package: |
  true