summaryrefslogtreecommitdiff
path: root/samples/example-package.cfg
blob: 527211b154858b9d60cb71bea553f2513c2fad0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24


# This is package is name 'example'
name = "example"

# Encodes version 0.1.2.
version = [0, 1, 2]

# What kind of package is this?
format = "rpm"

# Where in the repository does it go?
location = "/pkginfo/example/rpm/example.txt"

# Where in the repository does its underlying rpm file go?
relpath = "/data/example-0.1.2.rpm"

# Decriptions of the package.
ShortDesc('en',  "Example package")
LongDesc('en',
"""This is an example package.

Its description is not quite so long as it might be, but hey.""")