mkbndl: Makes an OS X .app bundle from a binary.

[ distribution, program ] [ Propose Tags ]

Allows you to easily construct a .app bundle from a binary complete with icon files and finder version info.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2, 0.2.1
Dependencies base (>=3.0), directory (>=1.0), filepath (>=1.1), haskell98 (>=1.0) [details]
License LicenseRef-GPL
Author Thomas Davie
Maintainer Thomas Davie (tom.davie@gmail.com)
Category Distribution
Uploaded by ThomasDavie at 2008-05-26T07:31:03Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables mkbndl
Downloads 1814 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-03 [all 8 reports]

Readme for mkbndl-0.2.1

[back to package description]
                                     mkbndl
                                     ======

Generates OS X .app bundles from binaries.

Install:
========
> runhaskell Setup.lhs configure
> runhaskell Setup.lhs build
> runhaskell Setup.lhs install (as root)

Documentation:
==============
> runhaskell Setup.lhs haddock --executables

or

> mkbndl --help

Copyright (c) 2008 Thomas Davie