Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
[skip ci] update readme to fix badge
Browse files Browse the repository at this point in the history
  • Loading branch information
solvingj committed Jan 19, 2019
1 parent b6af630 commit 1f88523
Showing 1 changed file with 24 additions and 34 deletions.
58 changes: 24 additions & 34 deletions README.md
@@ -1,55 +1,45 @@
[ ![Download](https://api.bintray.com/packages/bincrafters/public-conan/bison%3Abincrafters/images/download.svg) ](https://bintray.com/bincrafters/public-conan/bison%3Abincrafters/_latestVersion)
[![Build Status](https://travis-ci.org/bincrafters/conan-bison.svg?branch=stable%2F3.0.4)](https://travis-ci.org/bincrafters/conan-bison)
## Package Status

[Conan.io](https://conan.io) package for [Bison](https://www.gnu.org/software/bison/) project
| Bintray | Windows | Linux & macOS |
|:--------:|:---------:|:-----------------:|
|[![Download](https://api.bintray.com/packages/bincrafters/public-conan/bison%3Abincrafters/images/download.svg) ](https://bintray.com/bincrafters/public-conan/bison%3Abincrafters/_latestVersion)|[![Build status](https://ci.appveyor.com/api/projects/status/github/bincrafters/conan-bison?svg=true)](https://ci.appveyor.com/project/bincrafters/conan-bison)|[![Build Status](https://travis-ci.org/bincrafters/conan-bison.svg)](https://travis-ci.org/bincrafters/conan-bison)|

![conan-bison-logo](logo.png)
## Conan.io Information

The packages generated with this **conanfile** can be found in [Bintray](https://bintray.com/bincrafters/public-conan/bison%3Abincrafters).
Bincrafters packages can be found in the following public Conan repository:

## For Users: Use this package
[Bincrafters Public Conan Repository on Bintray](https://bintray.com/bincrafters/public-conan)

### Basic setup
*Note: You can click the "Set Me Up" button on the Bintray page above for instructions on using packages from this repository.*

$ conan install bison/3.0.4@bincrafters/stable

### Project setup

If you handle multiple dependencies in your project is better to add a *conanfile.txt*

[requires]
bison/3.0.4@bincrafters/stable

[generators]
txt
## Issues

Complete the installation of requirements for your project running:
If you wish to report an issue or make a request for a Bincrafters package, please do so here:

$ mkdir build && cd build && conan install ..
[Bincrafters Community Issues](https://github.com/bincrafters/community/issues)

Note: It is recommended that you run conan install from a build directory and not the root of the project directory. This is because conan generates *conanbuildinfo* files specific to a single build configuration which by default comes from an autodetected default profile located in ~/.conan/profiles/default . If you pass different build configuration options to conan install, it will generate different *conanbuildinfo* files. Thus, they should not be added to the root of the project, nor committed to git.
## General Information

## For Packagers: Publish this Package
This GIT repository is managed by the Bincrafters team and holds files related to Conan.io. For detailed information about Bincrafters and Conan.io, please visit the following resources:

The example below shows the commands used to publish to bincrafters conan repository. To publish to your own conan respository (for example, after forking this git repository), you will need to change the commands below accordingly.
[Bincrafters Wiki - Common README](https://github.com/bincrafters/community/wiki/Common-README.md)

## Issues
[Bincrafters Technical Documentation](http://bincrafters.readthedocs.io/en/latest/)

All issues, such as feature request, bug, support or discussion are centralized on Community repository. If you are interested to open a new issue, please visit https://github.com/bincrafters/community/issues.
[Bincrafters Blog](https://bincrafters.github.io)

## Build and package
## License Information

The following command both runs all the steps of the conan file, and publishes the package to the local system cache. This includes downloading dependencies from "build_requires" and "requires" , and then running the build() method.
Bincrafters packages are hosted on [Bintray](https://bintray.com) and contain Open-Source software which is licensed by the software's maintainers and NOT Bincrafters. For each Open-Source package published by Bincrafters, the packaging process obtains the required license files along with the original source files from the maintainer, and includes these license files in the generated Conan packages.

$ conan create bincrafters/stable
The contents of this GIT repository are completely separate from the software being packaged and therefore licensed separately. The license for all files contained in this GIT repository are defined in the [LICENSE.md](LICENSE.md) file in this repository. The licenses included with all Conan packages published by Bincrafters can be found in the Conan package directories in the following locations, relative to the Conan Cache root (`~/.conan` by default):

## Add Remote
### License(s) for packaged software:

$ conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan"
~/.conan/data/<pkg_name>/<pkg_version>/bincrafters/package/<random_package_id>/license/<LICENSE_FILES_HERE>

## Upload
*Note : The most common filenames for OSS licenses are `LICENSE` AND `COPYING` without file extensions.*

$ conan upload bison/3.0.4@bincrafters/stable --all -r bincrafters
### License for Bincrafters recipe:

## License
[MIT](LICENSE.md)
~/.conan/data/<pkg_name>/<pkg_version>/bincrafters/export/LICENSE.md

0 comments on commit 1f88523

Please sign in to comment.