module Easycompile::Constants

Constants

ARRAY_POSSIBLE_ARCHIVES
#

ARRAY_POSSIBLE_ARCHIVES

This Array will list possible archive “types”, such as “.tar.xz” and so forth.

#
CMAKE_FILE
#

CMAKE_FILE

Refer to the name of the default cmake-file, which is called CMakeLists.txt.

#
ERROR_LINE
#

ERROR_LINE

#
FILE_NAME_OF_THE_BUILD_DIRECTORY
#

FILE_NAME_OF_THE_BUILD_DIRECTORY

#
INDIVIDUAL_COOKBOOKS
#

INDIVIDUAL_COOKBOOKS

This will currently use a hardcoded path, which is only useful on my home setup..

#
LAST_DOWNLOADED_FILE
#

LAST_DOWNLOADED_FILE

#
LOCATION_OF_SETUP_RB
#

LOCATION_OF_SETUP_RB

We can simply make use of the RUBY_SRC constant here.

#
MESON_BUILD_FILE
#

MESON_BUILD_FILE

Refer to the name of the default meson-build file, which is meson.build.

#
NAMESPACE
#

NAMESPACE

#
PROGRAMS_DIRECTORY
RUBY_SRC
SHALL_WE_CREATE_A_BUILD_DIRECTORY
#

SHALL_WE_CREATE_A_BUILD_DIRECTORY

If true then we will create a build directory called “BUILD”.

#
SRC_DIR
TEMP_DIR

Public Class Methods

temp_dir?() click to toggle source
#

temp_dir?

#
# File lib/easycompile/constants/file_and_directory_constants.rb, line 110
def self.temp_dir?
  TEMP_DIR
end

Public Instance Methods

ruby_src?() click to toggle source
#

ruby_src?

#
# File lib/easycompile/constants/file_and_directory_constants.rb, line 66
def ruby_src?
  RUBY_SRC
end
source_dir?() click to toggle source
#

source_dir?

#
# File lib/easycompile/constants/file_and_directory_constants.rb, line 92
def source_dir?
  SRC_DIR
end
Also aliased as: src_dir?
src_dir?()
Alias for: source_dir?