aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-09-16 00:54:36 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-09-16 00:56:38 +0000
commit544e0e7631899bb58506465e6e9f136090df4bd2 (patch)
treed939d3349f5dd070286ba5c350cd634b93bba25d
parentb29027bac8ef4c3416f328be938a69c496284705 (diff)
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/
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gitea-act_runner/Makefile19
-rw-r--r--devel/gitea-act_runner/distinfo5
-rw-r--r--devel/gitea-act_runner/pkg-descr4
4 files changed, 29 insertions, 0 deletions
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.