Skip to content

uros-r/lein-dpkg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-dpkg Build Status

Leiningen plugin for the Debian package management system.

Installation

Via Clojars: https://clojars.org/lein-dpkg

Usage

Add the Debian control file debian/DEBIAN/control

Package: {{name}}
Version: {{version}}
Section: java
Priority: optional
Maintainer: maintainer maintainer@example.com
Architecture: all
Depends: {{depends}}
Description: {{description}}

Build the Debian package.

lein dpkg build

Install the Debian package.

lein dpkg install

Purge the Debian package.

lein dpkg purge

Remove the Debian package.

lein dpkg remove

License

Copyright © 2012 Roman Scherer

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

About

Leiningen plugin for the Debian package management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%