Add descriptions for install packages

This commit is contained in:
realaltffour 2020-04-28 10:17:36 +03:00
parent 91dea3622b
commit d24ae35090
No known key found for this signature in database
GPG Key ID: 7115CD2AC9A76A56
1 changed files with 4 additions and 2 deletions

View File

@ -19,14 +19,16 @@ install(TARGETS fixmydl
set(CPACK_PACKAGE_VENDOR "altffour")
set(CPACK_PACKAGE_CONTACT "ayhamaboualfadl@gmail.com")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Download folder organizer")
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
set(CPACK_PACKAGE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_FILE_README "${CMAKE_SOURCE_DIR}/README.md")
set(CPACK_PACKAGE_DESCRIPTION "Refer to https://github.com/realaltffour/fixmydownloads/ for operation instructions.")
set(CPACK_RPM_PACKAGE_DESCRIPTION "Refer to https://github.com/realaltffour/fixmydownloads/ for operation instructions.")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Download folder organizer")
SET(CPACK_GENERATOR "DEB;RPM;TGZ;STGZ;TBZ2;TZ;ZIP")
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_SOURCE_DIR}/scripts/postinst;")
SET(CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${CMAKE_SOURCE_DIR}/scripts/postinst;")
set(CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${CMAKE_SOURCE_DIR}/scripts/postinst;")
include(CPack)