Skip to content

Commit

Permalink
inipp: new port in devel
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and herbygillot committed Jun 3, 2024
1 parent 649ee7d commit 26c5964
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions devel/inipp/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# -*- 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 cmake 1.1
PortGroup github 1.0

# For now commit-base, since the last tag does not build.
# https://github.com/mcmtroffaes/inipp/issues/30
github.setup mcmtroffaes inipp c61e699682d3f1091209c2179f1d03f5fc593327
version 2022.02.04
revision 0
categories devel
platforms {darwin any}
license MIT
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
description Simple C++ ini parser
long_description Simple header-only C++ ini parser and generator.
checksums rmd160 4da22f40ec16072b7af7540c7167324caea726b4 \
sha256 5454b10bb3a353e677fe7585926cbaf6a8e90c77f9b24df4c9d2ea4bd9850683 \
size 15803
github.tarball_from archive
supported_archs noarch

compiler.cxx_standard 2011

destroot {
copy ${worksrcpath}/${name}/inipp.h ${destroot}${prefix}/include/
}

test.run yes

0 comments on commit 26c5964

Please sign in to comment.