VENUS-PKGDESC(5) File Formats Manual VENUS-PKGDESC(5)

venus-pkgdescvenus package descriptor

The venus-pkgdesc file contains information to describe a venus(1) package.

The single value variables are:

name
The name of the package.
version
The version of the package.
license
The license of the package.
description
A one-line description of the package.
size
The total size, in bytes, of the package when installed (decimal).

The multiple value variables are:

makedeps
A list of dependencies used to build the package (only for statically linked packages).
rundeps
A list of dependencies needed by the package.
files
A list of files generated by the package when installed.

The makedeps values must be declared as

name#version

The rundeps values must be declared in one of the following forms:

name (any version)
name#version (only the specified version)
name#vesion+ (the specified version or bigger)
name#version- (the specified version or lower)

The files values must be declared as

name:checksum

The name field must be a relative path, and the checksum field must be in hexadecimal format.

venus-conf(1) venus-conf(5)

October 30, 2022 EltaninOS