# -*- 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/Ilyes512/boilr 0.5.1
go.offline_build    no
revision            0

description         boilerplate template manager that generates files or \
                    directories from template repositories

long_description    Are you doing the same steps over and over again every \
                    time you start a new programming project?  Boilr is here \
                    to help you create projects from boilerplate templates. \
                    boilr can generate files or directories from templates \
                    and template repositories.

categories          devel
installs_libs       no
license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  46156a4094c6fd5a3203d0b4f1edb2bdac980776 \
                    sha256  e22a3bc689579f0ea4888c7cba08e6c143692b2fe87119e9a363fecfe22eaddf \
                    size    1092407

build.args-append   \
    -ldflags \"-s -w -X github.com/Ilyes512/boilr/pkg/boilr.Version=${version}\"

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

github.livecheck.regex  {([0-9.]+)}
