Skip to content

Commit

Permalink
xcode-build-server: update to v1.2.0
Browse files Browse the repository at this point in the history
The project has a new helper OSAScript file, "xcode/build.js", so that
is added to the install steps.
  • Loading branch information
woolsweater committed Feb 8, 2025
1 parent 4d009a7 commit 821e9c6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions devel/xcode-build-server/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0

github.setup SolaWing xcode-build-server 1.1.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 1.1.0
github.setup SolaWing xcode-build-server 1.2.0 v
github.tarball_from archive
version 1.2.0
revision 0
platforms {macosx any}
license MIT
Expand All @@ -25,9 +24,9 @@ long_description ${name} integrates Xcode with Apple's sourcekit-lsp. \
server to provide sourcekit-lsp with the build \
information it needs for an Xcode project.

checksums rmd160 95128d3653a1e1fc0a078e6811249169c2308e51 \
sha256 99c928c2d12494bd7d0ef61feda79cf6065592b4e48e495b4704b615928d67d1 \
size 20640
checksums rmd160 f052dff9c898493c23802fb75ebd861253638efd \
sha256 bffb2a0e20264543c9fffa7d388a410b90d508467cf28aaa0f6e6fac0426a26e \
size 21937

build {}

Expand All @@ -41,6 +40,8 @@ destroot {
xinstall -m 0755 {*}[glob ${worksrcpath}/*.py] ${destroot}/${python.pkgd}/${name}
xinstall -d ${destroot}/${python.pkgd}/${name}/config
xinstall -m 0755 {*}[glob ${worksrcpath}/config/*.py] ${destroot}/${python.pkgd}/${name}/config
xinstall -d ${destroot}/${python.pkgd}/${name}/xcode
xinstall -m 0755 {*}[glob ${worksrcpath}/xcode/*.js] ${destroot}/${python.pkgd}/${name}/xcode
xinstall -m 0755 -W ${worksrcpath} ${name} ${destroot}/${python.pkgd}/${name}
ln -s ${python.pkgd}/${name}/${name} ${destroot}${prefix}/bin/${name}
}

0 comments on commit 821e9c6

Please sign in to comment.