Pkgfile 420 B

123456789101112131415161718
  1. # Description: A monitor of resources like htop, but with more info.
  2. # URL: https://github.com/aristocratos/btop
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=btop
  6. version=1.4.0
  7. release=1
  8. source=(https://github.com/aristocratos/$name/archive/refs/tags/v$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. make
  12. make DESTDIR=$PKG PREFIX=/usr install
  13. rm -rf $PKG/usr/share/btop
  14. }