marmalade-upload: Upload packages to Marmalade

[ development, library, mit, program ] [ Propose Tags ]

Upload Emacs packages to the Marmalade ELPA archive.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
development

Enable Developer mode (additional maintenance tools)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4, 0.5, 0.5.1, 0.5.2, 0.6, 0.7, 0.8, 0.8.1, 0.9, 0.10
Change log CHANGES.md
Dependencies aeson (>=0.7), base (>=4.6 && <4.8), bytestring (>=0.10), Cabal (>=1.18), data-default (>=0.5), directory (>=1.2), exceptions (>=0.5), filepath (>=1.3), http-client (>=0.4), http-client-tls (>=0.2), http-types (>=0.8), keyring (>=0.1), marmalade-upload, mtl (>=2.1), network (>=2.4), optparse-applicative (>=0.8), process (>=1.2), shake (>=0.13), split (>=0.2), text (>=1.2), transformers (>=0.3), zip-archive (>=0.2) [details]
License MIT
Copyright (C) 2014 Sebastian Wiesner
Author Sebastian Wiesner
Maintainer swiesner@lunaryorn.com
Category Development
Home page https://github.com/lunaryorn/marmalade-upload
Bug tracker https://github.com/lunaryorn/marmalade-upload/issues
Source repo head: git clone https://github.com/lunaryorn/marmalade-upload.git -b master
this: git clone https://github.com/lunaryorn/marmalade-upload.git(tag 0.10)
Uploaded by lunaryorn at 2014-10-26T09:40:35Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables build, marmalade-upload
Downloads 6716 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for marmalade-upload-0.10

[back to package description]

marmalade-upload

Available on Hackage License MIT Build Status

Haskell tool to upload packages to the Emacs package archive Marmalade.

Installation

Binaries

Binaries for OS X and Linux are available on the download page.

To install, unzip the archive, and move the contained marmalade-upload file somewhere into $PATH, e.g.:

$ unzip <path/to/downloaded/file.zip>
$ sudo cp ./marmalade-upload /usr/local/bin
$ sudo chmod 755 /usr/local/bin/marmalade-upload

The binaries are statically linked and to not require a Haskell installation or any Haskell libraries.

Building from Hackage

Install Haskell Platform and type the following command to install marmalade-upload from source:

$ cabal install marmalade-upload

Don't forget to add ~/.cabal/bin to $PATH.

Building from source

Install Haskell Platform and type the following commands:

$ cabal sandbox init
$ cabal install --only-dependencies
$ cabal configure -f development
$ cabal exec ./build.hs -- install

This will install the binary to ~/bin/marmalade-upload. To choose a different prefix:

$ cabal exec ./build.sh -- --prefix=/usr/local install

Usage

$ marmalade-upload USERNAME PACKAGE

Your password will be stored in the keychain of supported systems. Currently the keychains of KDE and OS X are supported.

License

Copyright (c) 2014 Sebastian Wiesner swiesner@lunaryorn.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.