Add action.yaml
This commit is contained in:
parent
191d5b41ea
commit
ba3cfbe595
|
@ -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'
|
Loading…
Reference in New Issue