arch-hs-0.0.0.0: A program generating PKGBUILD for hackage packages.
Copyright(c) 2020 berberman
LicenseMIT
Maintainerberberman <1793913507@qq.com>
Safe HaskellNone
LanguageHaskell2010

Distribution.ArchHs.PkgBuild

Description

Template of PKGBUILD file.

Synopsis

Documentation

data PkgBuild Source #

PkgBuild data type, representing needed informations in filling the felixTemplate.

Constructors

PkgBuild 

Fields

data ArchLicense Source #

Licenses available in licenses.

Instances

Instances details
Show ArchLicense Source # 
Instance details

Defined in Distribution.ArchHs.PkgBuild

mapLicense :: LicenseId -> ArchLicense Source #

Map LicenseId to ArchLicense. License not provided by system will be mapped to custom:....

felixTemplate :: Text -> Text -> Text -> Text -> Text -> Text -> Text -> Text -> Text -> Text Source #

A fixed template of haskell package in archlinux. See Haskell package guidelines .