29 lines
791 B
TOML
29 lines
791 B
TOML
[package]
|
|
name = "uutils-coreutils"
|
|
version = "0.7.0"
|
|
revision = 1
|
|
description = "Rust rewrite of the GNU coreutils"
|
|
homepage = "https://uutils.github.io/"
|
|
license = "MIT"
|
|
|
|
[alternatives]
|
|
provides = [ "coreutils" ]
|
|
|
|
[[source]]
|
|
url = "https://github.com/uutils/coreutils/archive/refs/tags/$version.tar.gz"
|
|
sha256 = "sha512:e6d01d9320050efaa64ac261d86fddbb79895a0768c388248b412be571989ec4fc78c094e9606d56154abab06b3f66bd4784c55dbf8129db183e78df4bd7c43c"
|
|
extract_dir = "$name-$version"
|
|
|
|
[build]
|
|
type = "makefile"
|
|
|
|
[build.flags]
|
|
makefile_commands = []
|
|
makefile_install_commands = [
|
|
"RUSTONIG_DYNAMIC_LIBONIG=1 make install DESTDIR=\"$DESTDIR\" PREFIX=/usr LIBSTDBUF_DIR=/usr/lib PROFILE=release MULTICALL=y"
|
|
]
|
|
|
|
[dependencies]
|
|
build = [ "rust" ]
|
|
runtime = [ "glibc", "oniguruma", "libunwind" ]
|