You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.1 KiB
Tcl
27 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 npm 1.0
|
|
PortGroup elisp 1.0
|
|
|
|
name eask-cli
|
|
version 0.12.9
|
|
revision 0
|
|
|
|
npm.rootname @emacs-eask/cli
|
|
distname cli-${version}
|
|
|
|
maintainers {@jcs090218 gmail.com:jcs090218} openmaintainer
|
|
description CLI for building, runing, testing, and managing your Emacs Lisp dependencies
|
|
long_description Eask was built to be used as a package development tool in your Elisp packages. \
|
|
But now, it can be used as a dev tool for Elisp packages, dependency management \
|
|
for your configuration, or run elisp programs for all other purposes.
|
|
homepage https://emacs-eask.github.io/
|
|
license GPL-3
|
|
categories devel
|
|
platforms any
|
|
|
|
checksums rmd160 41b0689248bdeca3637c0b3d21f39762e5cd9784 \
|
|
sha256 c678ba145235cab6d53175acbdeeb89d73420a5bd5f078fe8a8bfa0139fe6f20 \
|
|
size 149806
|