add possibility to create package

This commit is contained in:
Artur Gurgul1 2025-08-07 13:02:01 +02:00
parent a7807f089c
commit ed7fc9aa7f
6 changed files with 104 additions and 10 deletions

View file

@ -10,6 +10,9 @@ require 'ostruct'
# dat execute progress
# dat execute < default Configfile
# dat execute --dry-run
# Execute single command
# dat command service zulip
module Execute
def dependency(name)
@ -59,6 +62,9 @@ module Execute
end
def self.file(options)
require 'make'
puts Make.context("postgresql")
puts "options: #{options}"
dsl = Object.new
dsl.extend(Execute)