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.
25 lines
900 B
Tcl
25 lines
900 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 trivial-indent b5d490f9c619a8e9ec9e43fe76892e27d3e0f9a8
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-trivial-indent
|
|
version 20230703
|
|
revision 0
|
|
|
|
checksums rmd160 3e2f77aadd1bff703fddd5eb237414b307ef742f \
|
|
sha256 385e9de100fc983803e4075188ebb692c34130748ed0364b4a7b25de7f6c3304 \
|
|
size 3630
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license zlib
|
|
|
|
description A very simple library to allow indentation hints for SWANK.
|
|
|
|
long_description {*}${description}
|