An open API service indexing awesome lists of open source software.

https://github.com/springmeyer/libpng-binary

package all the things statically
https://github.com/springmeyer/libpng-binary

Last synced: 7 months ago
JSON representation

package all the things statically

Awesome Lists containing this project

README

          

# libpng-binary

Building libpng for other apps to statically link to.

[![Build Status](https://secure.travis-ci.org/springmeyer/libpng-binary.png)](https://travis-ci.org/springmeyer/libpng-binary)

# Setup

- edit TARGET in .travis.yml
- enable repo at your travis profile: https://travis-ci.org/profile
- encrypt keys: travis encrypt AWS_S3_KEY=${AWS_S3_KEY} --add && travis encrypt AWS_S3_SECRET=${AWS_S3_SECRET} --add