Skip to content

Commit

Permalink
added snapcraft build
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed May 25, 2020
1 parent 5af9978 commit 84b8519
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: hg-git-fast-import
version: '1.3.1'
summary: A utility to import single and multiple Mercurial repositories to Git
description: |
Features:
1. Import of single and multiple Mercurial repositories to Git repository.
2. Import of new revisions from previously imported Mercurial repositories to Git repository.
3. Tags.
4. Closed branches.
5. Verification of the end result with diff.
grade: stable
confinement: strict
base: core18

parts:
hg-git-fast-import:
plugin: rust
source: https://github.com/kilork/hg-git-fast-import.git

apps:
hg-git-fast-import:
command: bin/hg-git-fast-import
plugs:
- home

0 comments on commit 84b8519

Please sign in to comment.