Skip to content

Commit

Permalink
Added semivirtualsoftware
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Aug 12, 2024
1 parent 12e5e0c commit 7f3a4d7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
27 changes: 27 additions & 0 deletions ISM/SemiVirtualSoftware.cr
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
class Target < ISM::SemiVirtualSoftware

def download
end

def check
end

def extract
end

def patch
end

def prepare
end

def configure
end

def build
end

def clean
end

end
4 changes: 0 additions & 4 deletions ISM/VirtualSoftware.cr
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ module ISM
def prepareInstallation
end

def install
Ism.addInstalledSoftware(@information)
end

def clean
end

Expand Down
1 change: 1 addition & 0 deletions RequiredLibraries.cr
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ require "./ISM/Software"
require "./ISM/SystemCallRecord"
require "./ISM/TaskBuildingProcessError"
require "./ISM/KernelSoftware"
require "./ISM/SemiVirtualSoftware"
require "./ISM/VirtualSoftware"
require "./ISM/AvailableKernel"
require "./ISM/AvailableSoftware"
Expand Down

0 comments on commit 7f3a4d7

Please sign in to comment.