Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

cowlibob/ruby-nsis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A short DSL to build and maintain NSIS scripts.

The intention is to implement most of the NSIS API, as documented here: nsis.sourceforge.net/Docs/

An initial release will probably interact with makensis.exe over the commandline to produce the installer executable. However, it is my goal to provide a c extension which wraps this functionality in a library and removes the makensis dependency.

Referring to the compilation of NSIS scripts, not the tool; I’ve had some thoughts. Each dsl command translates to one or more NSIS script lines. As a dsl command is added to the NSIS::Builder::commands array, a line & line number should be stored in a sibling array. The makeNSIS error stating line and file should be translated using these two arrays back to the line & source for the dsl.

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it

  • Fork the project

  • Start a feature/bugfix branch

  • Commit and push until you are happy with your contribution

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2010 James Cowlishaw. See LICENSE.txt for further details.

About

Ruby DSL for generating NSIS scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages