mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+gitweb -- Open the current remote repository in your browser (#3343)
* +gitweb -- Open the current remote repository in your browser * openssl dep * zlib --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
cef4b03b9c
commit
9fd3515e6e
1 changed files with 26 additions and 0 deletions
26
projects/crates.io/gitweb/package.yml
Normal file
26
projects/crates.io/gitweb/package.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
distributable:
|
||||
url: https://github.com/yoannfleurydev/gitweb/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/gitweb
|
||||
|
||||
versions:
|
||||
github: yoannfleurydev/gitweb
|
||||
strip: /v/
|
||||
|
||||
dependencies:
|
||||
openssl.org: ^1.1
|
||||
zlib.net: ^1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- test "$(gitweb --version)" = "gitweb {{version}}"
|
Loading…
Reference in a new issue