Expand description
Write implementation for SourceInfo.
Functionsยง
- pkgbase_
architecture_ ๐properties - Appends a
PackageBaseArchitecturebased on anArchitecturein SRCINFO format to aString. - pkgbase_
section ๐ - Appends a
PackageBasein SRCINFO format to aString. - pkgname_
architecture_ ๐properties - Appends a
PackageArchitecturebased on anArchitecturein SRCINFO format to aString. - pkgname_
section ๐ - Appends a
Packagewith anArchitecturein 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.