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

recipes/utils/htop/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: htop
pkgver: '3.5.3'
pkgrel: '1'
pkgdesc: 'an interactive process viewer'
url: 'https://htop.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- ncurses
- libnl
- python

source:
- 'https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  autoreconf -fi
  ./configure --prefix=/usr \
                --sysconfdir=/etc/htop \
                --enable-cgroup \
                --enable-delayacct \
                --enable-vserver

   make
   make DESTDIR=${PKGDIR} install

package: |
  true