blob: 53528145387f9aa3138310c03f6609fbc2623217 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = coreutils-uutils
pkgdesc = Cross-platform Rust rewrite of the GNU coreutils symlinked as system core utilities (WARNING: use at own risk).
pkgver = 0.1.0
pkgrel = 5
url = https://github.com/uutils/coreutils
arch = x86_64
license = MIT
makedepends = rust-musl
makedepends = make
depends = uutils-coreutils=0.1.0
provides = coreutils
provides = b3sum
provides = sha3sum
conflicts = coreutils
conflicts = b3sum
conflicts = sha3sum
source = https://github.com/uutils/coreutils/archive/0.1.0.tar.gz
sha256sums = 55c528f2b53c1b30cb704550131a806e84721c87b3707b588a961a6c97f110d8
pkgname = coreutils-uutils
|