Expand description
Write implementation for SourceInfo
.
Functionsยง
- pkgbase_
architecture_ ๐properties - Appends a
PackageBaseArchitecture
based on anArchitecture
in SRCINFO format to aString
. - pkgbase_
section ๐ - Appends a
PackageBase
in SRCINFO format to aString
. - pkgname_
architecture_ ๐properties - Appends a
PackageArchitecture
based on anArchitecture
in SRCINFO format to aString
. - pkgname_
section ๐ - Appends a
Package
with anArchitecture
in SRCINFO format to aString
. - push_
key_ ๐value - Pushes a key-value pair to a
String
. - push_
optional_ ๐value - Pushes a key-value pair to a
String
, if it is set. - push_
override_ ๐value - Pushes an override key-value pair in SRCINFO format to a
String
. - push_
override_ ๐value_ list - Pushes a list of override key-value pairs in SRCINFO format to a
String
. - push_
section ๐ - Pushes a section header to a
String
. - push_
value_ ๐list - Pushes a list of key-value pairs in SRCINFO format to a
String
.