uros-r / lein-dpkg

Leiningen plugin for the Debian package management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Clojure 100.0%