mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-13 12:47:01 +02:00
parent
3c0f895658
commit
324a554765
1 changed files with 28 additions and 0 deletions
28
srcpkgs/fastfetch/template
Normal file
28
srcpkgs/fastfetch/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'fastfetch'
|
||||
pkgname=fastfetch
|
||||
version=2.13.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_SYSTEM_YYJSON=ON"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="yyjson-devel vulkan-loader-devel libXrandr-devel wayland-devel libdrm-devel
|
||||
glib-devel dconf-devel libmagick-devel chafa-devel zlib-devel dbus-devel MesaLib-devel
|
||||
OpenCL-Headers xfconf-devel NetworkManager-devel pulseaudio-devel ddcutil-devel"
|
||||
short_desc="System information fetching tool"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/fastfetch-cli/fastfetch"
|
||||
changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md"
|
||||
distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=69ff73a2f5da269bdfbde0a81182a427c6d141633a70cb4b69f7ad37e49726ba
|
||||
|
||||
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DBUILD_TESTS=ON"
|
||||
fi
|
||||
|
||||
# missing for finding Vulkan-Headers as #include <vulkan/vulkan.h>
|
||||
CFLAGS="-I/usr/include"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue