File: Makefile.toml

package info (click to toggle)
rust-names 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: sh: 599; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
extend = "./vendor/cargo-make/Makefile.common.toml"

[tasks.install-sh-upgrade-libsh]
description = "Upgrades the inserted version of libsh in install.sh"
script = '''
	curl --proto '=https' --tlsv1.2 -sSf \
		https://fnichol.github.io/libsh/install.sh \
		| sh -s -- --mode=insert --target=install.sh --distribution=full-minified
'''