mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 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
|
|
|
|
name openspec
|
|
version 1.5.0
|
|
revision 0
|
|
|
|
categories llm
|
|
platforms any
|
|
maintainers {breun @breun} openmaintainer
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
description OpenSpec -- Spec-driven development for AI coding assistants
|
|
long_description OpenSpec aligns humans and AI coding assistants with \
|
|
spec-driven development so you agree on what to build \
|
|
before any code is written. No API keys required.
|
|
|
|
homepage https://openspec.dev
|
|
|
|
npm.rootname @fission-ai/${name}
|
|
distname ${name}-${version}
|
|
|
|
checksums rmd160 70f236bd61fdd00424cfafbd58aab701a1f1d20e \
|
|
sha256 9e0c3c1b88ed3e8de9e976916104ca4f3cc8b17aded4a61d8d25595c58b1b8e2 \
|
|
size 292663
|