🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: fastfetch
pkgver: '2.64.2'
pkgrel: '1'
pkgdesc: 'Fastfetch is a maintained, feature-rich and performance oriented system information tool.'
url: 'https://github.com/fastfetch-cli/fastfetch/'
arch: x86_64
license:
- MIT
depends: []
makedepends:
- git
- cmake
source:
- 'https://github.com/fastfetch-cli/fastfetch.git'
sha256sums:
- SKIP
build: |
cd fastfetch
mkdir build
cd build
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_FLASHFETCH=OFF \
-D PACKAGES_DISABLE_CHOCO=ON \
-D PACKAGES_DISABLE_MACPORTS=ON \
-D PACKAGES_DISABLE_SCOOP=ON \
-D PACKAGES_DISABLE_WINGET=ON \
..
make
make DESTDIR=${PKGDIR} install
package: |
true