Popularity
5.4
Declining
Activity
0.0
Stable
17
2
1

Monthly Downloads: 79
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Distribution     DevOps    
Latest version: v1.2

cabal2arch alternatives and similar packages

Based on the "Distribution" category.
Alternatively, view cabal2arch alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cabal2arch or a related project?

Add another 'Distribution' Package

README

This tool is no longer maintained

Nowadays we use cblrepo to maintain the haskell packages in HABS.

Please let us know if you would have use of cabal2arch and want to take over maintainership.

cabal2arch

cabal2arch is a tool used to convert CABAL (Common Architecture for Building Applications and Libraries) files into ArchLinux source packages.

Usage

As its only argument, cabal2arch expects a file path, directory path, or URL to the Cabal description of the package that should be converted. For example:

% cabal2arch puremd5.cabal
% cabal2arch http://hackage.haskell.org/packages/archive/pureMD5/2.1.0.1/pureMD5.cabal

Build and install

Run the well-known triple:

% runhaskell Setup.lhs configure
% runhaskell Setup.lhs build
% runhaskell Setup.lhs install