Added spec.bottle

The bottle file specification.
This commit is contained in:
Ethan Smith-Coss 2023-08-11 23:34:51 +01:00
parent 800e7973c3
commit 2bd65d19d4
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

35
spec.bottle Normal file
View File

@ -0,0 +1,35 @@
-- 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
--*