diff --git a/birdwatcher.yaml b/birdwatcher.yaml new file mode 100644 index 0000000..123ccc7 --- /dev/null +++ b/birdwatcher.yaml @@ -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}}