Metadata-Version: 1.1
Name: apkfoundry
Version: 0.6
Summary: APK build orchestrator and distribution builder
Home-page: https://code.foxkit.us/sroracle/apkfoundry
Author: Max Rees
Author-email: maxcrees@me.com
License: GPL-2.0-only AND MIT
Description: **********************
        README for APK Foundry
        **********************
        
        an APK-based package build orchestrator and distribution builder
        
        :Authors:
          **Max Rees**, maintainer
        :Status:
          Beta
        :Releases and source code:
          `Foxkit Code Syndicate <https://code.foxkit.us/sroracle/apkfoundry>`_
        :Copyright:
          © 2018-2020 Max Rees. GPL-2.0 & MIT open source licences.
        
        Dependencies
        ------------
        
        * Python 3.6+
        * `bubblewrap <https://github.com/containers/bubblewrap>`_ (installed as
          non-setuid)
        * Linux kernel with unprivileged user namespace support (preferably >=
          4.15 because < 4.15 has limited ID mapping)
        * `shadow-uidmap <https://github.com/shadow-maint/shadow>`_
        * Build-time dependency: C compiler and libc headers suitable for static
          binary compilation
        
        * GitLab runner (optional - supported integration)
        
        Getting started
        ---------------
        
        See `the quickstart guide <docs/quickstart.rst>`_.
        
        Installing
        ----------
        
        See `the installation guide <docs/install.rst>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Build Tools
