An open API service indexing awesome lists of open source software.

https://github.com/r0man/lein-dpkg

Leiningen plugin for the Debian package management system
https://github.com/r0man/lein-dpkg

Last synced: 9 months ago
JSON representation

Leiningen plugin for the Debian package management system

Awesome Lists containing this project

README

          

# lein-dpkg [![Build Status](https://travis-ci.org/r0man/lein-dpkg.png)](https://travis-ci.org/r0man/lein-dpkg)

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.