# -*- 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

# 0.3.4 was not tagged in the repo
# https://github.com/stig/libsimplelist/issues/3
# 0.3.4 and earlier fail to build but the commit after 0.3.4 fixes that
# so that's what we use here.
# https://github.com/stig/libsimplelist/issues/2
github.setup        stig libsimplelist 339caf6ee1fd4e548868ad17578de4d965960eed
version             0.3.4
revision            0
checksums           rmd160  67f40eff64f1880dce9c05863af80ae03aeb6235 \
                    sha256  c70cfba01822fab460bc92bd14cf99dc0740b575df6476b8d8ae1a22790a048e \
                    size    13414

name                libsl
categories          devel
license             GPL-2+
maintainers         nomaintainer

description         yet another generic linked list C-library

long_description    libsimplelist is {*}${description}.

github.tarball_from archive

# No configure script in repository.
use_autoreconf      yes
