mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+pueue
This commit is contained in:
parent
3529f13ebf
commit
33451da01b
1 changed files with 31 additions and 0 deletions
31
projects/crates.io/pueue/package.yml
Normal file
31
projects/crates.io/pueue/package.yml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/nukesor/pueue/archive/refs/tags/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: nukesor/pueue
|
||||||
|
strip: /^v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ^1.65
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script: cargo install --path pueue --root {{prefix}}
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/pueue
|
||||||
|
- bin/pueued
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- pueued -d
|
||||||
|
- sleep 5
|
||||||
|
- pueue add ls
|
||||||
|
- pueue add command -v pueue
|
||||||
|
- pueue start
|
||||||
|
- sleep 3
|
||||||
|
- pueue status
|
||||||
|
- pueue log
|
||||||
|
env:
|
||||||
|
# else the socket path can be too long
|
||||||
|
HOME: $(mktemp -d -p /tmp)
|
Loading…
Reference in a new issue