command
module
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Sep 6, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
mkdeb
deb format metadata generator.
It generates a folder which can be used by dpkg-deb
to generate a deb
package.
Example:
- generate metadata dir:
mkdeb my_awesome_package-3.4.5
- generate deb package from metadata dir:
dpkg-deb -b my_awesome_package-3.4.5
Install
go install bandr.me/p/mkdeb@latest
Usage
- Write a
mkdeb.yaml
file following the deb format and the format exemplified in the mkdeb.yaml
from this repo.
- Run
mkdeb -h
for help message.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.