mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
917 B
Tcl
27 lines
917 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 pmai Deflate 3c6d7a783ab9db4f64486450a9f12028e92c8039
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-deflate
|
|
version 20231126
|
|
revision 0
|
|
|
|
checksums rmd160 a8537260db60eb91360654b9ebea66ce2c4cd523 \
|
|
sha256 0e0a20e02771de4f4bc31fa6ecaac3fd4457a76e731a4a85d47b36337f55f85b \
|
|
size 13853
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Native Deflate Decompression for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-trivial-gray-streams
|