1
0
forked from ports/contrib

cbindgen: 0.8.3 -> 0.8.6

This commit is contained in:
Danny Rawlins 2019-05-08 22:50:24 +10:00
parent 0bb0bc9194
commit 17c9013440
2 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF366eGUXGvQ1NyksmoF+tdHjRk8J3wAWpzoQfV2qYxyzIwgg5deb6K9JB3acQLW42j1MS0BsxvPWGzC3racwAegQ=
SHA256 (Pkgfile) = 1c9417578eb5d99c41a9e09a1c46683c9cd49b47f484ab9859c1d9e59fcfbb93
RWSagIOpLGJF32MpzMWeeARCxu1BajtDMQhwvijGJmsTGv5qk/hPsSIfq+F/psi1es5XMe5O36b4wj5UIKvEr3nUbAHeNM7LBA8=
SHA256 (Pkgfile) = 9872a4d02fff6e9ab82274a2478c5e27901bbe5e3d96e3e259c12266c1b6e224
SHA256 (.footprint) = fd60992957bd0010460d49684c69464200651af797acdb98547f4847fc9f3f3c
SHA256 (cbindgen-v0.8.3.tar.gz) = 665904e4ef38a87108aaaba139ad1d7f8c94d43717bb0ec4d3514365927b88b6
SHA256 (cbindgen-v0.8.6.tar.gz) = 456a8ee9ab872cdb31f829fb06294c08b5e238f1390f9f4a5b7908a6346cbbf2

View File

@ -5,17 +5,14 @@
# Optional: sccache
name=cbindgen
version=0.8.3
version=0.8.6
release=1
source=(https://github.com/eqrion/cbindgen/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
if [ -n "$(pkginfo -i | grep '^sccache ')" ]; then
export RUSTC_WRAPPER=/usr/bin/sccache
fi
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
export CARGO_HOME="$PKGMK_SOURCE_DIR"
cargo build --release