Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
adding a post dependencies install hook to copy libgit2.pc file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jul 26, 2017
1 parent d86f18e commit 33c3a01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions capsule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ scm_enable_branch_cleanup: true
scm_release_assets:
- local_path: capsulecd
artifact_name: capsulecd
dependencies_step:
post:
- mkdir -p vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/
- cp /usr/local/lib/libgit2/lib/pkgconfig/libgit2.pc vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/libgit2.pc

0 comments on commit 33c3a01

Please sign in to comment.