forked from ports/contrib
texlab: 3.3.2 -> 4.0.0
This commit is contained in:
parent
6b24f52ede
commit
62c0ce4fed
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3/qcltw5fQWPZat2z1hUez7X4YxEMVjHinhAx1P7ry3VtvGcxuB5t7cm1E0I0vu2nIMG26fYINQ49G++zY9+lgc=
|
||||
SHA256 (Pkgfile) = cc0536304263db3c9792b8ca4b6803ed7d02a02e1112f3cf8dcbff42c6872524
|
||||
RWSagIOpLGJF32rECaITj3g5mreS34zdS0yzYjWFtGDyuH6JQ5T/fj6UdRfRJ8cILrrhKI/IUWJExT7Yt0AdT1Cf6MzzQXvmyQk=
|
||||
SHA256 (Pkgfile) = d04bb33bb3403d2b03a9e53229aed5d2cd205646e2b578fb2bfbe633c2402494
|
||||
SHA256 (.footprint) = e269bf06cd399613cb5e2df75070c5210b53277a4c1478d41543e6c58a533387
|
||||
SHA256 (texlab-3.3.2.tar.gz) = 380395a37ee2ece590c0db04ac4898f5f430ee37d0ab0fa0801805167fff066a
|
||||
SHA256 (texlab-4.0.0.tar.gz) = 18149b8b4f79c18144eed3ae6d501e89dd5790b92ec5bf523201a8f713b353b7
|
||||
|
@ -4,16 +4,15 @@
|
||||
# Depends on: rust
|
||||
|
||||
name=texlab
|
||||
version=3.3.2
|
||||
version=4.0.0
|
||||
release=1
|
||||
source=(https://github.com/latex-lsp/texlab/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
|
||||
mkdir "$PKGMK_SOURCE_DIR/rust" || true
|
||||
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"
|
||||
[[ ! -e $PKGMK_SOURCE_DIR/rust ]] && mkdir $PKGMK_SOURCE_DIR/rust
|
||||
|
||||
cargo fetch --manifest-path $name-$version/Cargo.toml
|
||||
cargo build --release --locked --manifest-path $name-$version/Cargo.toml
|
||||
install -Dt $PKG/usr/bin $name-$version/target/release/texlab
|
||||
cargo build --release --manifest-path $name-$version/Cargo.toml
|
||||
|
||||
install -Dt $PKG/usr/bin $name-$version/target/release/$name
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user