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 9, 2025
1 parent 4d009a7 commit 49dfabe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions devel/xcode-build-server/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ 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
revision 0
platforms {macosx any}
license MIT
Expand All @@ -25,9 +23,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 c691dd2fc9c4a8010851038b47ea2e28f7321d3b \
sha256 dc2a7019e00ff0d2b0d8c2761900395b39fb69543b9278285d2e85bd57382531 \
size 21947

build {}

Expand All @@ -41,6 +39,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 49dfabe

Please sign in to comment.