5constexpr std::string_view
VERSION =
"1.0";
6constexpr std::string_view
PACK_NAME =
"releasebutler";
7constexpr std::string_view
RB_MES_PREV =
"releasebutler: ";
8constexpr std::string_view
RB_DES =
"releasebutler: package manager on GitHub.";
<<<<<<< HEAD
=======
11constexpr std::string_view REMOTE_URL =
"https://github.com/suoyuan666/ReleaseButler-pkgs_DEBIAN";
12constexpr std::string_view PACKAGE_INS_CMD =
"apt install ";
13#elif defined OPENSUSE_TUM
14constexpr std::string_view REMOTE_URL =
"https://github.com/suoyuan666/ReleaseButler-pkgs_OPENSUSE_TUM";
15constexpr std::string_view PACKAGE_INS_CMD =
"zypper install ";
>>>>>>> dev
constexpr std::string_view PACK_NAME
Definition misc.h:6
constexpr std::string_view RB_DES
Definition misc.h:8
constexpr std::string_view VERSION
Definition misc.h:5
constexpr std::string_view RB_MES_PREV
Definition misc.h:7