38 lines
790 B
TOML
38 lines
790 B
TOML
[package]
|
|
name = "dash"
|
|
version = "0.5.13.1"
|
|
revision = 1
|
|
description = "modern POSIX-compliant implementation of sh"
|
|
homepage = "https://git.kernel.org/pub/scm/utils/dash/dash.git/"
|
|
license = "BSD-3-Clause"
|
|
|
|
[alternatives]
|
|
provides = [ "sh" ]
|
|
|
|
[[source]]
|
|
url = "http://gondor.apana.org.au/~herbert/dash/files/dash-$version.tar.gz"
|
|
sha256 = "d9271bce09c127d9866e25c011582ddc75ab988958a04bc4d8553a3b8f30e370"
|
|
extract_dir = "$name-$version"
|
|
|
|
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = [ "--with-libedit" ]
|
|
post_install = ["ln -sf dash $DESTDIR/usr/bin/sh"]
|
|
|
|
[dependencies]
|
|
runtime = [ "glibc", "libedit" ]
|
|
|
|
[[manual_sources]]
|
|
file = "preinstall.sh"
|
|
sha256 = "skip"
|
|
|
|
[[manual_sources]]
|
|
file = "preremove.sh"
|
|
sha256 = "skip"
|
|
|
|
[[manual_sources]]
|
|
file = "preupdate.sh"
|
|
sha256 = "skip"
|