# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           golang 1.0

go.setup            github.com/iawia002/lux 0.24.1 v
# Delete this on next update to use golang PortGroup's default ('archive')
github.tarball_from tarball
go.offline_build    no
revision            0

categories          net
installs_libs       no
license             MIT
maintainers         {l2dy @l2dy} \
                    {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

description         fast and simple video downloader

long_description    Lux is a ${description} built with Go.

checksums           rmd160  b2aa1ff8fdcc9cca03c0b0b3366b6cfd9caeea4b \
                    sha256  36fb3b6dad2f60858d84e057fa13b086b6fba9669b248bab0815a615720945a1 \
                    size    116552

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
