Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrecarlton/gogurt
https://github.com/alexandrecarlton/gogurt
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandrecarlton/gogurt
- Owner: AlexandreCarlton
- License: gpl-3.0
- Created: 2017-06-25T12:57:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T08:03:41.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T22:26:57.144Z (24 days ago)
- Language: Go
- Size: 112 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gogurt
[![Build Status](https://travis-ci.org/AlexandreCarlton/gogurt.svg?branch=master)](https://travis-ci.org/AlexandreCarlton/gogurt)
Downloads and builds static packages from source.
The successor to [`install-from-source`](https://github.com/AlexandreCarlton/install-from-source),
packaged in one, neat binary.To install it:
```bash
go install github.com/alexandrecarlton/gogurt/cmd/gogurt
```## Caveats
For now, this will ignore `musl`, and install `gcc` to get `libstdc++.a`.
To this end, we use a Docker container to build these applications.