Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxuk/clojure-rpm-template
Template for building RPM's for Clojure Applications
https://github.com/boxuk/clojure-rpm-template
Last synced: 5 days ago
JSON representation
Template for building RPM's for Clojure Applications
- Host: GitHub
- URL: https://github.com/boxuk/clojure-rpm-template
- Owner: boxuk
- Created: 2013-05-20T16:30:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T16:21:20.000Z (over 11 years ago)
- Last Synced: 2024-04-14T11:50:54.856Z (7 months ago)
- Size: 95.7 KB
- Stars: 2
- Watchers: 52
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clojure RPM's Via Leiningen
This repository contains template code for building an RPM for a
[Clojure](http://clojure.org) application using
[Leiningen](http://leiningen.org).The specfile is customized slightly to Box UK's packaging process (it
assumes the source tarball is placed in the build root), but should be a decent
starting point for anyone looking to develop their own packaging process.## Assumptions
The [specfile](application.spec) uses Leiningen and the
[lein-bin](https://github.com/Raynes/lein-bin) plugin to build a standalone
"binary" for the application, that can then be started and stopped via the
[init script](sources/chkconfig.conf).