Metadata-Version: 2.1
Name: lzdeb
Version: 0.1.1
Summary: LzDeb - Build debian packages the lazy way
Home-page: https://github.com/mkjt2/lzdeb
Author: Jackie Tung
Author-email: jackie.tung@gmail.com
License: UNKNOWN
Description: # LZDeb - build debian packages the lazy way
        
        
        ### Installation
        
        1. Install Python 3
        1. Install Docker
        1. Install the pip package:
        ```bash
        $ pip3 install lzdeb
        ```
        
        Tested on MacOS.  Probably works on Linux as well.
        
        ### Usage
        
        Prepare a directory `/d` containing:
        1. `/d/config.yml`
        1. `/d/install`
        
        Run:
        ```bash
        $ lzdeb build /d
        ```
        
        Collect the resulting debian package file in your working directory.
        
        See `examples/` for details.
        
        ```bash
        $ lzdeb build examples/ripgrep
        ...
        $ ls *.deb
        ripgrep_11.0.1-1_amd64.deb
        ```
        
        ### Contributions are welcome
        
        This is a brand new project - the following areas need some love:
        
        * Test coverage (unit / functional).
        * Check the TODOs.
        * Verify that this works on Linux
        * Improve this README
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
