Skip to content

travis/lein-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# lein-deb

A leiningen plugin for building deb packages.

lein-deb relies on the very excellent ant-deb-task for building debs.

## Usage

Add a :deb section to your project.clj like:

:deb {:filesets [{:file "path/to/local/file.txt"
                  :fullpath "/path/to/file/on/target/machine.txt"}
                 {:dir "path/to/local/dir"
                  :prefix "/path/to/dir/on/remote/machine"}]}
      :depends "clojure (>= 1.2.0) clojure-contrib (>= 1.2.0)"

Arbitrary properties of ant-deb-task's Deb ant task can be
specified in this hash thanks to Lancet

## License

Copyright (C) 2010 Travis Vachon

Distributed under the Eclipse Public License, the same as Clojure.

About

A leiningen plugin for building debian packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published