# Maintainer: Caleb Maclennan # ALARM: Kevin Mihelich # - disable lto pkgname=btop pkgver=1.3.0 pkgrel=2 pkgdesc='A monitor of system resources, bpytop ported to C++' arch=(x86_64) url="https://github.com/aristocratos/$pkgname" license=(Apache) depends=(gcc-libs glibc) optdepends=('rocm-smi-lib: AMD GPU support') _archive="$pkgname-$pkgver" source=("$url/archive/v$pkgver/$_archive.tar.gz") sha256sums=('375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf') build() { cd "$_archive" sed -i 's/-flto\S*//' Makefile make all } package() { cd "$_archive" make DESTDIR="$pkgdir" PREFIX=/usr install }