Browse Source
development/deno: New maintainer, and vendored sources.
development/deno: New maintainer, and vendored sources.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>master
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 40 additions and 1939 deletions
-
74development/deno/deno.SlackBuild
-
1888development/deno/deno.info
-
17development/deno/mkvendored.sh
1888
development/deno/deno.info
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,17 @@ |
|||
#!/bin/bash |
|||
|
|||
# This is a wrapper script for cargo-mkvendored.sh which is |
|||
# included in the cargo-vendor-filterer slackbuild and needs to be |
|||
# installed. It is only needed if you are upgrading the version and |
|||
# need new vendored rust libs. |
|||
# |
|||
# create $PRGNAM-vendored-sources-$VERSION-$VSBUILD.tar.xz |
|||
# requires network access, but does not require root privilege. |
|||
# requires that $PRGNAM's REQUIRES need to be installed first |
|||
|
|||
if [ -f /usr/bin/cargo-mkvendored.sh ]; then |
|||
/usr/bin/cargo-mkvendored.sh |
|||
else |
|||
echo " ERROR: cargo-mkvendored.sh script is not available!! |
|||
ERROR: Install the cargo-vendor-filterer slackbuild." |
|||
fi |
Write
Preview
Loading…
Cancel
Save
Reference in new issue