You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
sx: new port (v1.0.4)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# -*- 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 golang 1.0
|
||||
|
||||
go.setup github.com/sleuth-io/sx 1.0.4 v
|
||||
go.offline_build no
|
||||
revision 0
|
||||
|
||||
description sx is a package manager for AI coding assistants
|
||||
|
||||
long_description {*}${description}. sx is your team's private npm for AI \
|
||||
assets - skills, MCP configs, commands, and more.
|
||||
|
||||
categories llm devel
|
||||
installs_libs no
|
||||
license Apache-2
|
||||
maintainers {gmail.com:herby.gillot @herbygillot} \
|
||||
openmaintainer
|
||||
|
||||
checksums rmd160 c3afd0848d0a3a75e3454f88270ff4508aeaa4e2 \
|
||||
sha256 62494319ed113c688ae7878e43cb77dcea756ff16b1d8d195cf60716e0fb2695 \
|
||||
size 3216773
|
||||
|
||||
build.cmd make
|
||||
build.pre_args-append \
|
||||
DATE="2026-05-15T18:27:13Z" \
|
||||
COMMIT=f7860de531fab143fe29fa5c127e535b408e6a13 \
|
||||
VERSION=${github.tag_prefix}${version}
|
||||
build.args build
|
||||
|
||||
destroot {
|
||||
xinstall -m 0755 ${worksrcpath}/dist/${name} ${destroot}${prefix}/bin/
|
||||
}
|
||||
Reference in New Issue
Block a user