Class: Emplace::Linux
- Inherits:
-
Unix
- Object
- CMakeBuild
- Unix
- Emplace::Linux
- Defined in:
- lib/emplace.rb
Instance Method Summary collapse
Methods inherited from Unix
#arch, #cmake_generator, #extract, #package, #package_name
Methods inherited from CMakeBuild
#build, #cmake, #fetch, #sh, #test, #write_file
Instance Method Details
#system_name ⇒ Object
102 103 104 |
# File 'lib/emplace.rb', line 102 def system_name "linux-#{arch}" end |