diff options
Diffstat (limited to 'ports/seqan')
| -rw-r--r-- | ports/seqan/CONTROL | 3 | ||||
| -rw-r--r-- | ports/seqan/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/seqan/CONTROL b/ports/seqan/CONTROL deleted file mode 100644 index 82b7aae89..000000000 --- a/ports/seqan/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: seqan
-Version: 2.4.0-1
-Description: SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data.
diff --git a/ports/seqan/vcpkg.json b/ports/seqan/vcpkg.json new file mode 100644 index 000000000..e49b11d09 --- /dev/null +++ b/ports/seqan/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "seqan", + "version-string": "2.4.0", + "port-version": 2, + "description": "SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data." +} |
