Advertisement
Guest User

Untitled

a guest
Sep 24th, 2024
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # Description: neofetch like system information tool.
  2. # URL: https://github.com/fastfetch-cli
  3. # Maintainer: stratofall - pcenuggets at gmail dot com
  4. # Depends on: libdrm imagemagick elfutils sqlite3 chafa
  5.  
  6. name=fastfetch
  7. version=2.25.0
  8. release=1
  9. source=(https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/$version.tar.gz)
  10.  
  11. build() {
  12. cmake -S $name-$version -B build
  13.  
  14. cmake --build build
  15. DESTDIR=$PKG cmake --install build
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement