You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
7c50f720fd
In preparation for changing the default.
27 lines
914 B
Tcl
27 lines
914 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 Shinmera array-utils fe76b3b554616e78bf25aec0e53110fb8db38946
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-array-utils
|
|
version 20231201
|
|
revision 0
|
|
|
|
checksums rmd160 5ca50020d42b38e7a222218a66ae2ad4e3e25364 \
|
|
sha256 ba6abee03bcb3db08c009c5a7c2ee9063a2b415b6154fe79f63497445941bd3f \
|
|
size 9032
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license zlib
|
|
|
|
description A few utilities for working with arrays.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-parachute
|