cppfront : add missing headers (#11206)

This commit is contained in:
yann64
2024-10-20 14:09:53 +02:00
committed by GitHub
parent 6d9a3676ae
commit 0c48f5f311

View File

@@ -6,7 +6,7 @@ today's C++."
HOMEPAGE="https://hsutter.github.io/cppfront/"
COPYRIGHT="Herb Sutter"
LICENSE="CppFront"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/hsutter/cppfront/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="028f44cc0cad26b51829e4abf7c5aedf8a31f852ab5dfbad54bb232f0a1d7447"
PATCHES="cppfront-$portVersion.patchset"
@@ -38,4 +38,6 @@ INSTALL()
{
mkdir -p $prefix/bin
cp cppfront $prefix/bin
mkdir -p $includeDir/cppfront
cp include/* $includeDir/cppfront/
}