Commits
David Gilman authored and Mark Moll committed b6c39b9a074
40 40 | |
41 41 | post-destroot { |
42 42 | # remove directories provided by ${name} |
43 43 | delete ${destroot}${prefix}/lib |
44 44 | delete ${destroot}${prefix}/include |
45 45 | |
46 46 | # install missing program |
47 47 | xinstall -m 0755 ${configure.dir}/tools/assimp_qt_viewer/assimp_qt_viewer ${destroot}${prefix}/bin |
48 48 | } |
49 49 | } |
50 + | |
51 + | github.livecheck.regex {(\d\.\d\.\d)} |