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