Skip to content

Commit

Permalink
Use scriptlets instead of the custom plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias committed Feb 16, 2017
1 parent 1df0f92 commit 06f3269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 144 deletions.
142 changes: 0 additions & 142 deletions parts/plugins/x-ipfs.py

This file was deleted.

7 changes: 5 additions & 2 deletions snapcraft.yaml
Expand Up @@ -18,6 +18,9 @@ parts:
ipfs:
source: https://github.com/ipfs/go-ipfs.git
source-tag: master
plugin: ipfs
go-importpath: github.com/ipfs/go-ipfs
plugin: nil
build-packages: [wget]
install: env GOBIN=$SNAPCRAFT_PART_INSTALL/bin make install
after: [go]
go:
source-tag: go1.7.5

0 comments on commit 06f3269

Please sign in to comment.