Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Description: neofetch like system information tool.
- # URL: https://github.com/fastfetch-cli
- # Maintainer: stratofall - pcenuggets at gmail dot com
- # Depends on: libdrm imagemagick elfutils sqlite3 chafa
- name=fastfetch
- version=2.25.0
- release=1
- source=(https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/$version.tar.gz)
- build() {
- cd $name-$version
- mkdir -p build
- cd build
- cmake ..
- cmake --build . --target fastfetch
- mkdir -p DESTDIR="$PKG/usr/bin"
- mv fastfetch DESTDIR="$PKG/usr/bin/"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement