I don't think there is any easy one like this (but you could write your own easyblock).
You might look at CmdCp as an idea. It could work for what you want too (you could specify a source file in the map, but never use the variable in the command). https://github.com/hpcugent/easybuild-easyblocks/blob/master/easybuild/easyblocks/generic/cmdcp.py On Wed, Jun 3, 2015 at 11:52 AM Niek de Klein <[email protected]> wrote: > Hi all, > > I have been going through the manual and I can't find a description of the > steps that each of the easyblocks make. I can only find the list of > easyblocks, an introduction and specifications. Specifically, I need an > easyblock that only does "sh installer.sh". I can't find if any of the > easyblocks already does that, or if not, how I can make an easyblock > myself. > > Can you point me where I can find this in the manual? > > Thanks, > Niek >

