Search Criteria
Package Details: sampler 1.1.0-1
Git Clone URL: | https://aur.archlinux.org/sampler.git (read-only, click to copy) |
---|---|
Package Base: | sampler |
Description: | A tool for shell commands execution, visualization and alerting. Configured with a simple YAML file. |
Upstream URL: | https://sampler.dev |
Keywords: | cli curses dashboard dsl |
Licenses: | |
Conflicts: | |
Submitter: | nicoulaj |
Maintainer: | nicoulaj |
Last Packager: | nicoulaj |
Votes: | 6 |
Popularity: | 0.006376 |
First Submitted: | 2019-08-02 19:34 |
Last Updated: | 2020-01-18 16:59 |
Dependencies (3)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm) (make)
- git (git-git) (make)
- go-pie (go) (make)
Latest Comments
qubidt commented on 2019-08-27 11:53
Update for 1.0.3 (new license and
conflicts
suggestion from comments):acxz commented on 2019-08-14 00:39
@nicoulaj The license is incorrect. (https://github.com/sqshq/sampler/blob/v1.0.2/LICENSE.md)
willemw commented on 2019-08-12 20:25
@nicoulaj: of course you can leave the "conflicts" in, however, it is not necessary. Package sampler-git will have to include a "provides" and "conflicts" for the sampler package (https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines).
nicoulaj commented on 2019-08-12 19:40
@a-wing: changes applied
@willemw: I get your point but it's just defensive, why not leave it ?
willemw commented on 2019-08-05 10:16
conflicts=("${pkgname}-git")
can be removed, because it is the other way round: sampler-git conflicts with sampler.
a-wing commented on 2019-08-05 10:09
Maybe ?
willemw commented on 2019-08-03 13:39
@nicoulaj: OK then. (I looked at https://wiki.archlinux.org/index.php/Go and it does not mention go-pie at all.)
nicoulaj commented on 2019-08-03 13:34
@willemw: it's Arch's go packaging guidelines (https://wiki.archlinux.org/index.php/Go_package_guidelines#Building)
willemw commented on 2019-08-03 13:19
This package requires the go package to be uninstalled. Is there a specific reason to use go-pie instead of the standard go (go, go-pie) package?