├── .gitattributes ├── .gitignore ├── LICENSE ├── README.asciidoc ├── lxbuildenv.py └── setup.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xobs/lxbuildenv/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xobs/lxbuildenv/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xobs/lxbuildenv/HEAD/LICENSE -------------------------------------------------------------------------------- /README.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xobs/lxbuildenv/HEAD/README.asciidoc -------------------------------------------------------------------------------- /lxbuildenv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xobs/lxbuildenv/HEAD/lxbuildenv.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xobs/lxbuildenv/HEAD/setup.py --------------------------------------------------------------------------------