Package Details: mprocs 0.6.4-1

Git Clone URL: https://aur.archlinux.org/mprocs.git (read-only, click to copy)
Package Base: mprocs
Description: Run multiple commands in parallel
Upstream URL: https://github.com/pvolok/mprocs
Licenses: MIT
Conflicts: mprocs-bin
Provides: mprocs
Submitter: 1995parham
Maintainer: 1995parham
Last Packager: 1995parham
Votes: 3
Popularity: 0.034776
First Submitted: 2022-05-23 16:01 (UTC)
Last Updated: 2022-10-23 10:20 (UTC)

Latest Comments

willemw commented on 2023-02-25 07:52 (UTC)

This package should not have a provides and conflicts. Only the other mprocs packages should.

cyqsimon commented on 2022-07-05 10:58 (UTC) (edited on 2022-07-05 10:59 (UTC) by cyqsimon)

Not building due to wrong LICENSE path: should be $srcdir/mprocs-$pkgver/LICENSE instead.

This is probably the cleanest:

package() {
    cd mprocs-$pkgver
    install -Dm755 "target/release/mprocs" "$pkgdir/usr/bin/mprocs"
    install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}