Add birdwatcher manifest

This commit is contained in:
Erin Shepherd 2023-12-05 22:39:08 +01:00
parent 6006aa67ef
commit 0d8b2a4ec9

15
birdwatcher.yaml Normal file
View file

@ -0,0 +1,15 @@
package:
name: birdwatcher
version: 2.2.4
epoch: 0
description: "A JSON API for bird"
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}}