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

recipes/utils/btop/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: btop
pkgver: '1.4.7'
pkgrel: '2'
pkgdesc: 'A monitor of system resources, bpytop ported to C++'
url: 'https://github.com/aristocratos/btop'
arch: x86_64
license:
- 'Apache-2.0'

depends: []
makedepends: []
source:
- 'https://github.com/aristocratos/btop/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  make all
  make DESTDIR=${PKGDIR} PREFIX=/usr install

package: |
  true