# Pastebin eomIoEdh { lib, bundlerApp, ruby }: bundlerApp rec { inherit ruby; pname = "fpm"; gemdir = ./.; exes = [ "fpm" ]; meta = with lib; { description = "Tool to build packages for multiple platforms with ease"; homepage = https://github.com/jordansissel/fpm; license = licenses.mit; platforms = platforms.unix; }; }