Cross package maker. DEB/RPM generation or conversion. Derived from jordansissel/fpm.

⌈⌋ ⎇ branch:  cross package maker


Artifact [a156a6d0ce]

Artifact a156a6d0cede28a5571b5f19a441cf1f08f44c6b:

  • File templates/listaller/files.erb — part of check-in [d4a2f64d49] at 2014-12-17 22:06:20 on branch trunk — IPK generator using Listallers lipkgen, very basic; doesn't take care with relocatability or proper file separation yet. (user: mario size: 321)

# IPK file list for <%= name %>
# very crude, does not separate data files yet

:: %APP%
<%= files.grep(/\.desktop$/).join("\n") %>

:: %INST%
<% files.each do |fn| %><%= fn %>
<% end %>

:: %ICON-16%
# none
:: %ICON-32%
# none
:: %ICON-64%
# none
:: %ICON-128%
# none
# could probably just .grep() for icons here too..?