Ticket #51614: Portfile

File Portfile, 1.4 KB (added by raupachz (Björn Raupach), 8 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           python 1.0
7
8github.setup        chrippa livestreamer 1.12.2 v
9
10maintainers         nomaintainer
11categories          multimedia
12description         Command-line utility that extracts streams from various services \
13                    and pipes them into a video player of choice.
14long_description    Livestreamer is a command-line utility that pipes video streams \
15                    from various services into a video player such as VLC. \
16                    The main purpose of Livestreamer is to allow the user to avoid buggy \
17                    and CPU heavy flash plugins but still be able to enjoy various \
18                    streamed content. There is also an API available for developers \
19                    who want access to the video stream data.
20platforms           darwin
21license             MIT
22homepage            http://docs.livestreamer.io//
23
24python.default_version      34
25
26depends_lib-append  port:py${python.version}-readline \
27                    port:py${python.version}-setuptools \
28                    port:py${python.version}-requests \
29
30checksums       rmd160  51b79cff3a59ccc20f360176f857a969ab5e050e \
31                sha256  a16a91122c4ccae92b8bfca7be65dbe08caa2c2460a160d73cda51d62c69281d
32
33python.link_binaries_suffix