# -*- 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        roswell roswell 22.12.14.113 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

categories          devel
license             MIT
maintainers         {@kakuhen} openmaintainer
supported_archs     x86_64 arm64
description         A Lisp implementation manager, launcher, and much more!
long_description    \
    Roswell is a full-stack environment for Common Lisp development, and has \
    many features that makes it easy to test, share, and distribute your Lisp\
    applications.

depends_build       port:autoconf port:automake port:curl
depends_lib         port:curl

checksums           rmd160  87fde31444770e2782ea879ad709d3c927081214 \
                    sha256  30ddc9e4825f2b4a7e661f3c703bf032f475a62205d05d4ad48484233d801e7d \
                    size    170260

pre-configure {
    system "cd ${worksrcpath} && ./bootstrap"
}