Skip to content

Commit 3dbc284

Browse files
committed
entt: update to 3.16.0
1 parent 7390109 commit 3dbc284

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

devel/entt/Portfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ PortSystem 1.0
44
PortGroup cmake 1.1
55
PortGroup 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
109
revision 0
1110

1211
categories devel games
@@ -16,13 +15,15 @@ supported_archs noarch
1615
maintainers nomaintainer
1716

1817
description 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++.
2019
long_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
2627
post-destroot {
2728
xinstall -d ${destroot}${prefix}/share/doc/${name}
2829
xinstall -m 0644 {*}[glob ${worksrcpath}/docs/md/*.md] \

0 commit comments

Comments
 (0)