Skip to content

Commit

Permalink
Merge pull request #12819 from nadavspi/btop
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk authored Feb 11, 2024
2 parents 49c6217 + 3ababc6 commit ce630eb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions btop.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Generated from https://git.alpinelinux.org/aports/plain/community/btop/APKBUILD
package:
name: btop
version: 1.3.0
epoch: 0
description: Resource monitor
copyright:
- license: Apache-2.0

environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle

pipeline:
- uses: fetch
with:
expected-sha256: 375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf
uri: https://github.com/aristocratos/btop/archive/v${{package.version}}/btop-${{package.version}}.tar.gz

- uses: autoconf/make

- uses: autoconf/make-install

- uses: strip

update:
enabled: true
release-monitor:
identifier: 253331
strip-prefix: v

0 comments on commit ce630eb

Please sign in to comment.