README.md

    perlporter

    Description

    perl pacaking automation tool

    perlporter is derived from cpanspec tool, It helps to build perl modules to be rpm package automatically, It can be used to resolve the build dependencies of perl modules

    Installation

    Install below software before using this tool

    1. yum install cpan
    2. yum install perl

    Preparation

    Execute the following command to complete the system configuration

    1. sudo cpan
    2. install Archive::Tar
    3. install Archive::Zip
    4. install Text::Autoformat
    5. install Parse::CPAN::Packages

    Instructions

    perlporter is a tool to create spec file and create rpm for python modules For more details, please use perlporter -h

    perlporter -s -b -d -o python-.spec

    Contribution

    1. Fork the repository
    2. Create Feat_xxx branch
    3. Commit your code
    4. Create Pull Request

    How to create a rpm file,Take perl-XXX as an example

    1. Create spec file: perlporter --spec XXX
    2. The root path for rpm build: perlporter --root XXX
    3. Build and Install rpm package: perlporter -B XXX
    4. For more detail: perlporter -h

    项目简介

    perl pacaking automation tool

    发行版本

    当前项目没有发行版本

    贡献者 3

    开发语言

    • Perl 100.0 %