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
- Host: GitHub
- URL: https://github.com/r0man/lein-dpkg
- Owner: r0man
- Created: 2012-04-23T11:33:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T13:48:06.000Z (over 10 years ago)
- Last Synced: 2025-03-23T20:43:37.469Z (10 months ago)
- Language: Clojure
- Homepage:
- Size: 196 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lein-dpkg [](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.