From ba3cfbe5957f2480cdcfd54052e03a86f46069e5 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 27 Feb 2022 18:10:03 -0300 Subject: [PATCH] Add action.yaml --- action.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 action.yaml diff --git a/action.yaml b/action.yaml new file mode 100644 index 0000000..4d0b918 --- /dev/null +++ b/action.yaml @@ -0,0 +1,19 @@ +name: Calbuilder +author: Santiago Lo Coco +description: Makepkg build, namcap check and generate .SRCINFO +branding: + color: green + icon: zap +inputs: + pkgDir: + description: "PKGBUILD directory relative path." + required: false + default: "." +outputs: + srcInfo: + description: "Generated .SRCINFO" + pkgFile: + description: "Built package file." +runs: + using: 'docker' + image: 'Dockerfile'