git: 544e0e763189 - main - devel/gitea-act_runner: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Sep 2024 00:56:43 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=544e0e7631899bb58506465e6e9f136090df4bd2 commit 544e0e7631899bb58506465e6e9f136090df4bd2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-09-16 00:54:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-09-16 00:56:38 +0000 devel/gitea-act_runner: New port Act runner is a runner for Gitea based on Gitea fork of act. This is a fork of the original act runner developed and maintained by Gitea community and intended to be used with Gitea only. PLEASE NOTE that this port still does not ship with a rc script as this is a WIP at the moment. WWW: https://gitea.com/gitea/act_runner/ --- devel/Makefile | 1 + devel/gitea-act_runner/Makefile | 19 +++++++++++++++++++ devel/gitea-act_runner/distinfo | 5 +++++ devel/gitea-act_runner/pkg-descr | 4 ++++ 4 files changed, 29 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 026394447746..c28b97611f51 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -837,6 +837,7 @@ SUBDIR += git-tui SUBDIR += git-workspace SUBDIR += gitaly + SUBDIR += gitea-act_runner SUBDIR += gitflow SUBDIR += gitg SUBDIR += github-backup-utils diff --git a/devel/gitea-act_runner/Makefile b/devel/gitea-act_runner/Makefile new file mode 100644 index 000000000000..a63f03df1b9c --- /dev/null +++ b/devel/gitea-act_runner/Makefile @@ -0,0 +1,19 @@ +PORTNAME= act_runner +DISTVERSIONPREFIX= v +DISTVERSION= 0.2.10 +CATEGORIES= devel +PKGNAMEPREFIX= gitea- + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Act runner is a runner for Gitea based on Gitea fork of act +WWW= https://gitea.com/gitea/act_runner + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:1.22,modules +GO_MODULE= gitea.com/gitea/act_runner + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/devel/gitea-act_runner/distinfo b/devel/gitea-act_runner/distinfo new file mode 100644 index 000000000000..ab056571cb8e --- /dev/null +++ b/devel/gitea-act_runner/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1726446927 +SHA256 (go/devel_gitea-act_runner/act_runner-v0.2.10/v0.2.10.mod) = c88ddc3d44538800510bc9ff37168168610bdbbf1c5b47f516465125c1145130 +SIZE (go/devel_gitea-act_runner/act_runner-v0.2.10/v0.2.10.mod) = 4578 +SHA256 (go/devel_gitea-act_runner/act_runner-v0.2.10/v0.2.10.zip) = 09f10a470ea2d328d1c923a3336a4f749ec575ad353518a2793588b109c81140 +SIZE (go/devel_gitea-act_runner/act_runner-v0.2.10/v0.2.10.zip) = 74886 diff --git a/devel/gitea-act_runner/pkg-descr b/devel/gitea-act_runner/pkg-descr new file mode 100644 index 000000000000..58c72c3eb8f5 --- /dev/null +++ b/devel/gitea-act_runner/pkg-descr @@ -0,0 +1,4 @@ +Act runner is a runner for Gitea based on Gitea fork of act. + +This is a fork of the original act runner developed and maintained by Gitea +community and intended to be used with Gitea only.