This commit is contained in:
Jacob Heider 2023-11-28 15:05:20 -05:00 committed by Jacob Heider
parent e8430a2496
commit 3529f13ebf

View file

@ -0,0 +1,31 @@
distributable:
url: https://github.com/simeg/eureka/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: simeg/eureka
strip: /^v/
dependencies:
libgit2.org: ^1
build:
dependencies:
rust-lang.org: ^1.65
rust-lang.org/cargo: '*'
script: cargo install --path . --root {{prefix}} --locked
provides:
- bin/eureka
test:
dependencies:
git-scm.org: ^2
script:
- git init
- mkdir -p $HOME/.config/eureka
- echo "{\"repo\":\"$(pwd)\"}" > $HOME/.config/eureka/config.json
- echo "this is an idea" >README.md
- test "$(eureka --view)" = "this is an idea"
env:
PAGER: cat