blob: 4d3c2f7fe426ad35e0bffaeae16ad2f2847aff97 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust"
2HOMEPAGE = "https://github.com/uutils/coreutils"
3LICENSE = "MIT"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05004LIC_FILES_CHKSUM = "file://LICENSE;md5=41f7469eaacac62c67d5664fff2c062d"
Patrick Williams92b42cb2022-09-03 06:53:57 -05005
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05006inherit cargo cargo-update-recipe-crates
7
8SRC_URI += "git://github.com/uutils/coreutils.git;protocol=https;nobranch=1"
9SRCREV = "7e127005afbd6c3632d74ad8082340ccb8329d67"
10S = "${WORKDIR}/git"
11
12require ${BPN}-crates.inc
13
Patrick Williams92b42cb2022-09-03 06:53:57 -050014include uutils-coreutils.inc