5thcolumn/Debian Package Builder

Generates A Debian package based on inputs provided in action set.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 11, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: 5thcolumn/deb_package_builder@d1251b895cc1b683aa27489afec2eee62a335a41 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
src_dirDirectory that houses file & directory structure that will be injected into the packageyes${{ github.workspace }}/package_root
versionVersion of the package to buildyes
nameThe debian package nameyes
archThe debian package architecture to build towardsyesall
dependenciesA list of debian packages to add as dependenciesno
binary_dirDirectory to write the created package toyes${{ github.workspace }}/debian_packages/
namedescription
binary_package_pathThe path where the package is built and saved to in the target workspace