-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdefault.cfg
More file actions
31 lines (22 loc) · 646 Bytes
/
default.cfg
File metadata and controls
31 lines (22 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# All lowercase project name
PROJECT=dummy
# Default package name for libraries
LIBPACKAGE=dummy
# One-line short project description
# The long descriptions should be manually added in:
# * README.md
# * resources/rpm/rpm.spec
# * resources/debian/control
SHORTDESCRIPTION=Dummy Project
# CVS project parent path
CVSPATH=github.com/dummyvendor
# Project link
PROJECTLINK=https://github.com/dummyvendor/dummy
# All lowercase project vendor name
VENDOR=dummyvendor
# Project Owner, as it will appear in the copyright lines
OWNER=company
# Owner email
OWNEREMAIL=info@example.com
# Year to print in the copyright notices
CURRENTYEAR=2020