Package Details: mprocs 0.7.1-3

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
Keywords: commands multiple parallel
Licenses: MIT
Provides: mprocs
Submitter: 1995parham
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 4
Popularity: 0.20
First Submitted: 2022-05-23 16:01 (UTC)
Last Updated: 2024-11-28 00:29 (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"
}