Ticket #54257: Portfile-asciinema.diff

File Portfile-asciinema.diff, 1.6 KB (added by 1-61803, 7 years ago)
  • sysutils/asciinema/Portfile

    old new  
    44PortGroup           github 1.0
    55PortGroup           python 1.0
    66
    7 github.setup        asciinema asciinema 1.3.0 v
     7github.setup        asciinema asciinema 1.4.0 v
     8
    89categories          sysutils
    910platforms           darwin
    1011license             GPL-3+
     
    1617                    terminal recording. asciinema is a free and open \
    1718                    source solution for recording terminal sessions \
    1819                    and sharing them on the web.
     20
    1921homepage            https://asciinema.org
    2022
    21 python.default_version 35
    22 depends_build       port:py${python.version}-setuptools
     23python.default_version \
     24                    36
     25
     26depends_lib         port:py${python.version}-setuptools
     27
     28checksums           rmd160  41c1a85478daef3304be1d308956ed63a3d2ba74 \
     29                    sha256  cafdfc422abb1df2f6dc3504d7f3b606ef18ea66a19b5a814342ee9ae40d0039
    2330
    24 checksums           rmd160  4e53a8a0dbeff0f0d8a571fc2601b454e2c419fb \
    25                     sha256  3f09e7fb1ab6b1fdbf578fdb93ea520ba7425ec1af4d5a0863f378a63188dcea
     31post-destroot {
     32    set docdir ${prefix}/share/doc/${subport}
     33    xinstall -d ${destroot}${docdir}
     34    xinstall -m 644 -W ${worksrcpath} \
     35        CHANGELOG.md \
     36        CONTRIBUTING.md \
     37        LICENSE \
     38        README.md \
     39        doc/asciicast-v1.md \
     40        ${destroot}${docdir}
     41}
    2642
    2743livecheck.type      regex
    2844livecheck.url       ${github.homepage}/releases.atom