packages/alpine/birdwatcher.yaml

19 lines
428 B
YAML
Raw Permalink Normal View History

2023-12-05 21:39:08 +00:00
package:
name: birdwatcher
version: 2.2.4
epoch: 0
description: "A JSON API for bird"
target-architecture:
- x86_64
- aarch64
2023-12-05 21:39:08 +00:00
environment:
contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/edge/main
- https://dl-cdn.alpinelinux.org/alpine/edge/community
pipeline:
- uses: go/install
with:
package: github.com/alice-lg/birdwatcher
version: ${{package.version}}