mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
965 B
Tcl
29 lines
965 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 akapav js 3a9a1a887bef6b571922f2820f871935121052a5
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-js
|
|
version 20221206
|
|
revision 0
|
|
|
|
checksums rmd160 7e4dba6b3d96e8d39f1f100cf8a688aa5f02adb6 \
|
|
sha256 657f617d5ac9cccac5e435152843e9a0992d70a4e735acc2aed70940a2cf9877 \
|
|
size 65242
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description JavaScript compiler for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-local-time \
|
|
port:cl-parse-js \
|
|
port:cl-ppcre
|