19 lines
428 B
YAML
19 lines
428 B
YAML
package:
|
|
name: birdwatcher
|
|
version: 2.2.4
|
|
epoch: 0
|
|
description: "A JSON API for bird"
|
|
target-architecture:
|
|
- x86_64
|
|
- aarch64
|
|
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}}
|