File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs
1+ cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22
33project (fastfetch
44 VERSION 1.7.0
55 LANGUAGES C
6+ DESCRIPTION "Fast system information tool"
7+ HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"
68)
79
810###################
@@ -438,11 +440,9 @@ endif()
438440set (CPACK_SET_DESTDIR ON )
439441
440442set (CPACK_PACKAGE_CONTACT
"Linus Dierheimer <[email protected] >" )
441- set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Neofetch clone written in C" )
442443set (CPACK_PACKAGE_DESCRIPTION "\
443444fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. \
444445It is written in c to achieve much better performance.\
445446" )
446- set (CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/LinusDierheimer" )
447447
448448include (CPack)
You can’t perform that action at this time.
0 commit comments