ReleaseButler 1.0
😙 package manager on GitHub 😙
Loading...
Searching...
No Matches
misc.h
Go to the documentation of this file.
1#pragma once
2#include <string_view>
3
4
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 =======
9
10#if defined DEBIAN
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 ";
16#endif
>>>>>>> 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