generic finding of rust compiled binaries

This commit is contained in:
Gwenhael Le Moine 2021-04-08 14:49:15 +02:00
parent ae423a4186
commit 9300c78a76
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
23 changed files with 26 additions and 26 deletions

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
mkdir -p $PKG$PREFIX/man

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/rg $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/rbspy $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location
@ -62,8 +62,8 @@ cat <<EOF > $PKG/install/slack-desc
$PRGNAM: $PRGNAM (Sampling profiler for Ruby)
$PRGNAM:
$PRGNAM: Have a running Ruby program that you want to profile without
$PRGNAM: restarting it? Want to profile a Ruby command line program really
$PRGNAM: easily? You want rbspy! rbspy can profile any Ruby program just by
$PRGNAM: restarting it? Want to profile a Ruby command line program really
$PRGNAM: easily? You want rbspy! rbspy can profile any Ruby program just by
$PRGNAM: running 1 simple command.
$PRGNAM:
$PRGNAM:

View file

@ -34,7 +34,7 @@ cd $TMP/$PRGNAM
cargo build --release
mkdir -p $PKG$PREFIX/bin
cp target/release/$PRGNAM $PKG$PREFIX/bin/
find target/release/ -type f -executable -maxdepth 1 -exec cp {} $PKG$PREFIX/bin/ \;
chmod 755 $PKG$PREFIX/bin/*
# move doc/ to the appropriate location
@ -69,7 +69,7 @@ $PRGNAM: requires no additional setup. However, it does allow configuration of
$PRGNAM: many aspects of the terminal.
$PRGNAM:
$PRGNAM: https://github.com/jwilm/alacritty
$PRGNAM:
$PRGNAM:
EOF
# empaquetage