You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
b4b12015dd
In preparation for changing the default.
28 lines
943 B
Tcl
28 lines
943 B
Tcl
# -*- 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
|
|
PortGroup common_lisp 1.0
|
|
|
|
github.setup tpapp cl-slice c531683f287216aebbb0affbe090611fa1b5d697
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20210514
|
|
revision 0
|
|
|
|
checksums rmd160 21a1f6f5de3fb319e49542bf9097455ae5c46b3f \
|
|
sha256 b7d5adc28a943ae4949717abaf7e65cbc79c283e90cae58107c558fc94102ff2 \
|
|
size 7717
|
|
|
|
categories-append www devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Array slices for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-anaphora \
|
|
port:cl-let-plus
|