soypak/spec.bottle
TheOnePath 2bd65d19d4
Added spec.bottle
The bottle file specification.
2023-08-11 23:34:51 +01:00

36 lines
802 B
Plaintext

-- Mandatory
Package: foo
Version: 0.1
Maintainer: Joe Bloggs
Filename: [uri|path-spec|ask|stdin]
Package-Repo: [url|local]
Description: <short description>
<long description>
-- Optional
Section: <section>
Priority: <priority>
*--
In Debian, the Section and Priority fields have a defined set of accepted values based on the Policy Manual. A list of
these values can be obtained from the latest version of the debian-policy package.
--*
Essential: <yes|no>
Architecture: <arch|all>
Origin: <name>
Bugs: <url>
Homepage: <url>
Tag: <tag list>
Depends: <package list>
Pre-Depends: <package list>
Recommends: <package list>
Suggests: <package list>
Breaks: <package list>
Conflicts: <package list>
Replaces: <package list>
Provides: <package list>
*--
Multiline comments.
ClosedLess (c) 2021-2024
--*