# -*- 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           github 1.0
github.setup        qorelanguage module-linenoise 1.0.1 v
github.tarball_from releases

PortGroup           cmake 1.1

name                qore-linenoise-module
categories          lang
license             LGPL-2.1
maintainers         {davidnichols @davidnich} openmaintainer
description         linenoise module for Qore
long_description    Module providing linenoise functionality to Qore
homepage            http://qore.org
platforms           darwin
use_bzip2           yes
distname            qore-linenoise-module-${github.version}

checksums           rmd160 41ae04d11b7f29c2c23d43d9c7e2aa4003f7e7e6 \
                    sha256 10fe348b2e9643bd275e79c4ce304e63da94493f6989e08fbae12ee9e5632349 \
                    size 49380

depends_lib         port:qore
