https://github.com/jrwren/charmstore-snap
A snapcraft package for github.com/juju/charmstore
https://github.com/jrwren/charmstore-snap
Last synced: 4 months ago
JSON representation
A snapcraft package for github.com/juju/charmstore
- Host: GitHub
- URL: https://github.com/jrwren/charmstore-snap
- Owner: jrwren
- Created: 2016-07-01T17:25:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T17:35:36.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T01:22:53.696Z (about 2 years ago)
- Language: Makefile
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# charmstore-snap
A snapcraft package for github.com/juju/charmstore.
## Instructions
1. Clone this repo and run snapcraft.
## Detail
This is a simple snap created by following the tutorial at http://snapcraft.io/create/
This snapcraft package uses the make plugin to trigger a godeps run after the go plugin runs go get. If there is a better way to run a pre-build command or a post-pull command, I would like to know it.