Ticket #54257: Portfile-asciinema.diff
File Portfile-asciinema.diff, 1.6 KB (added by 1-61803, 7 years ago) |
---|
-
sysutils/asciinema/Portfile
old new 4 4 PortGroup github 1.0 5 5 PortGroup python 1.0 6 6 7 github.setup asciinema asciinema 1.3.0 v 7 github.setup asciinema asciinema 1.4.0 v 8 8 9 categories sysutils 9 10 platforms darwin 10 11 license GPL-3+ … … 16 17 terminal recording. asciinema is a free and open \ 17 18 source solution for recording terminal sessions \ 18 19 and sharing them on the web. 20 19 21 homepage https://asciinema.org 20 22 21 python.default_version 35 22 depends_build port:py${python.version}-setuptools 23 python.default_version \ 24 36 25 26 depends_lib port:py${python.version}-setuptools 27 28 checksums rmd160 41c1a85478daef3304be1d308956ed63a3d2ba74 \ 29 sha256 cafdfc422abb1df2f6dc3504d7f3b606ef18ea66a19b5a814342ee9ae40d0039 23 30 24 checksums rmd160 4e53a8a0dbeff0f0d8a571fc2601b454e2c419fb \ 25 sha256 3f09e7fb1ab6b1fdbf578fdb93ea520ba7425ec1af4d5a0863f378a63188dcea 31 post-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 } 26 42 27 43 livecheck.type regex 28 44 livecheck.url ${github.homepage}/releases.atom