Skip to content

Commit

Permalink
Add graph-easy package
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielvarona committed Aug 3, 2024
1 parent d456499 commit 178050b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions graph-easy/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM perl:stable-bookworm
LABEL io.whalebrew.name="graph-easy"
ENV PERL_MM_USE_DEFAULT=1
ARG VERSION=0.76
RUN cpan App::cpanminus
RUN cpanm Graph::Easy@${VERSION}
ENTRYPOINT [ "graph-easy" ]
2 changes: 2 additions & 0 deletions graph-easy/tags.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
versions:
- 0.76

0 comments on commit 178050b

Please sign in to comment.