-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b255076
commit 76fb769
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup github 1.0 | ||
|
||
compiler.cxx_standard 2011 | ||
|
||
github.setup emcrisostomo semver-utils 2.0.0 | ||
revision 1 | ||
github.tarball_from releases | ||
|
||
categories devel | ||
license GPL-3 | ||
|
||
maintainers gmail.com:enrico.m.crisostomo \ | ||
openmaintainer | ||
description C/C++ semantic version parser | ||
long_description A C/C++ library and an utility to parse, compare and \ | ||
manipulate versions numbers complying with Semantic \ | ||
Versioning (https://semver.org). | ||
|
||
homepage https://github.com/emcrisostomo/semver-utils | ||
|
||
checksums rmd160 3f7a6c2108003e836fcfb4435caf9524a98b6369 \ | ||
sha256 6228624b1fdd86965645449b9868bdceedfe1ee5397dca923d243dae45dd0265 \ | ||
size 530426 | ||
|
||
livecheck.url ${github.homepage}/releases/latest |