Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added berg 0.3.5: new package #5328

Merged
merged 6 commits into from
Sep 8, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions berg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package:
name: berg
version: 0.3.5
epoch: 0
description: "CLI Tool for Codeberg similar to gh and glab"
copyright:
- license: AGPL-3.0-only

environment:
contents:
packages:
- wolfi-base
- build-base
- openssl-dev
- rust

pipeline:
- uses: git-checkout
with:
repository: https://codeberg.org/RobWalt/codeberg-cli/
tag: v${{package.version}}
expected-commit: b1850444bef36a16bb9512e73802d7ca2151a0bf

- name: Configure and build
runs: |
mkdir -p "${{targets.destdir}}"/usr/bin
cargo build --all-features
install -m755 target/debug/berg "${{targets.destdir}}"/usr/bin/
brunomiguel marked this conversation as resolved.
Show resolved Hide resolved

- uses: strip

update:
enabled: false #hosted on codeberg and not present at release-monitoring.org. but #1566 is open to provide support for it in the future.
Loading