mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
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 hraban metabang-bind 08196426cb099db0623e6cae2aeca566e0b788b2
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
# NOTE: repository was moved from github user gwkkwg to hraban,
|
|
# and github produces archive which contains user name inside
|
|
# => checksums are miss match with distfiles, until any commit is made
|
|
master_sites macports_distfiles
|
|
|
|
version 20230508
|
|
name cl-metabang-bind
|
|
revision 0
|
|
|
|
checksums rmd160 6ec569ef5dc8930c79a90955047e2d32bccdc69b \
|
|
sha256 8805c55dcfe612552aff382709d0c0d88f978263dbdc1a8de0dbca36781e7ec1 \
|
|
size 22966
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description bind is let and much much more
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-lift
|