blob: 2c0aa7d94c86f51129cacc63f3378db4a7627e48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = coreutils-uutils
pkgdesc = Cross-platform Rust rewrite of the GNU coreutils installed as system core utilities (WARNING: use at own risk).
pkgver = 0.1.0
pkgrel = 4
url = https://github.com/uutils/coreutils
arch = x86_64
license = MIT
makedepends = cargo
makedepends = clang
makedepends = python-sphinx
makedepends = rust
depends = gcc-libs
depends = glibc
depends = oniguruma
provides = coreutils
provides = b3sum
provides = sha3sum
conflicts = coreutils
conflicts = b3sum
conflicts = sha3sum
source = uutils-coreutils-0.1.0.tar.gz::https://github.com/uutils/coreutils/archive/0.1.0.tar.gz
source = disable_selinux.patch
source = build-stty.patch
sha256sums = 55c528f2b53c1b30cb704550131a806e84721c87b3707b588a961a6c97f110d8
sha256sums = 302614165d99f04600627222ddad0444a0144fcad6a1ff59ad43fb0b3162060e
sha256sums = 0bd635cc349cfe133ddad0b1d05256c023b46f4a30f81aee123100119762df8e
pkgname = coreutils-uutils
|