File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ PortSystem 1.0
44PortGroup cmake 1.1
55PortGroup github 1.0
66
7- github.setup skypjack entt 3.14.0 v
8- # Change github.tarball_from to 'releases' or 'archive' next update
9- github.tarball_from tarball
7+ github.setup skypjack entt 3.16.0 v
8+ github.tarball_from archive
109revision 0
1110
1211categories devel games
@@ -16,13 +15,15 @@ supported_archs noarch
1615maintainers nomaintainer
1716
1817description EnTT is a header-only, tiny and easy to use library for \
19- game programming and much more written in modern C++.
18+ game programming and much more written in modern C++.
2019long_description {*}${description}
2120
22- checksums rmd160 ba177bc98fbdaad99a29939903f3a23bdf759a67 \
23- sha256 0f16e95d7c02428e1d8b462901ff3ffe063e9664e36287af555cdd4e3757d7e0 \
24- size 872324
21+ checksums rmd160 5aba2b834655c796cdcb8d52a174ab646ea1c7ea \
22+ sha256 7d7b4037b737992342049ffab14f22fa10243e01664f8c3a0657aa247ac52f71 \
23+ size 911397
2524
25+ configure.args-append \
26+ -DENTT_INSTALL=ON
2627post-destroot {
2728 xinstall -d ${destroot}${prefix} /share/doc/${name}
2829 xinstall -m 0644 {*}[glob ${worksrcpath} /docs/md/*.md] \
You can’t perform that action at this time.
0 commit comments