delta: 0.13.0 -> 0.14.0

This commit is contained in:
Tim Biermann 2022-09-03 02:16:58 +02:00
parent e61d796574
commit c463818ea1
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32omk+5MC0pc6ZC7WFkMt8AyFB+9S2Bh2wqiYN6YWWe8WFTL/xX4MJNddr1f19J+zdECyF2n2nLBB7drNbpKUwM=
SHA256 (Pkgfile) = 0b89033d0891bcc398d0ad0d854cb819253339cc9d74f7409f426510f675b9b6
RWSagIOpLGJF38q6CCFeV+fY8BqmkfMK86lyln9kiKvY8pNypaFJjuvsk+W6CvuXoNO0R6/9V1N9frc+/JMg1YZ2tAyEalLXKQI=
SHA256 (Pkgfile) = 2ed22289c4266c6d76c2a4c08d2132a951048480758557df302e19d1a6e95ccd
SHA256 (.footprint) = e4db9cceee1c1464b8c8f43b6b2129519b473b85c04c71cd7d667d8960e41396
SHA256 (delta-0.13.0.tar.gz) = 5a0ba70a094a7884beb6f1efd4d155861e4b3e3584c452cabbce1607f8eb0f30
SHA256 (delta-0.14.0.tar.gz) = 7d1ab2949d00f712ad16c8c7fc4be500d20def9ba70394182720a36d300a967c

View File

@ -4,19 +4,17 @@
# Depends on: rust
name=delta
version=0.13.0
version=0.14.0
release=1
source=(https://github.com/dandavison/delta/archive/$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 update --manifest-path $name-$version/Cargo.toml
cargo build --release --locked --manifest-path $name-$version/Cargo.toml
cargo build --release --manifest-path $name-$version/Cargo.toml
# install auto-completion files if the ports for it are installed
install -Dt $PKG/usr/bin $name-$version/target/release/$name
prt-get isinst zsh &&
install -Dm644 $name-$version/etc/completion/completion.zsh \