Skip to content

r4um/lein-jdeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-jdeb

A Leiningen plugin to create debian package from your project's uberjar. Uses jdeb to build the debian packages.

Leiningen

Dependencies Status Clojars Project

Installation

With Leiningen 2

Add [lein-jdeb "0.2.2"] to your project's :plugins.

With Leiningen 1

Add [lein-jdeb "0.2.2"] to your project's :dev-dependencies.

Usage

Add :deb-maintainer to your project.clj to add the Maintainer field for the package and you should be able to build package.

Invoke via:

$ lein jdeb

Other settings that are available and their defaults

  • :deb-control Set this to a directory containing the control file. By default this is temporarily generated.
  • :deb-architecture Sets Architecture. Set to all by default.
  • :deb-priority Sets Priority. Set to optional by default.
  • :deb-section Sets Section. Set to java by default.
  • :deb-depends Sets Depends. Set to default-jre | java7-runtime | java6-runtime by default

License

Copyright © Pranay Kanwar

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Create debian packages from leiningen project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published