internal

package
v0.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GPGKeyFile      = flag.String("gpg-key-file", gpgKeyFileLocation(), "GPG key file to sign the package")
	GPGKeyID        = flag.String("gpg-key-id", "", "GPG key ID to sign the package")
	GPGKeyPassword  = flag.String("gpg-key-password", "", "GPG key password to sign the package")
	APKKeyFile      = flag.String("apk-key-file", "", "PEM-encoded RSA key used for signing APK packages")
	APKKeyName      = flag.String("apk-key-name", "", "APK signing key name used for verification")
	APKKeyPassword  = flag.String("apk-key-password", "", "the name of the APK signing key as used for verification")
	UserName        = flag.String("git-user-name", GitUserName(), "user name in Git")
	UserEmail       = flag.String("git-user-email", GitUserEmail(), "user email in Git")
	SourceDateEpoch = flag.Int64("source-date-epoch", GetSourceDateEpoch(), "Timestamp to use for all files in packages")
)
View Source
var (
	PackageDestDir = flag.String("package-dest-dir", "./var", "directory to store built packages")
)

Functions

func GetSourceDateEpoch added in v0.6.0

func GetSourceDateEpoch() int64

func GitUserEmail

func GitUserEmail() string

func GitUserName

func GitUserName() string

func GitVersion

func GitVersion() string

func SourceEpoch added in v0.6.0

func SourceEpoch() time.Time

Types

This section is empty.

Directories

Path Synopsis
Package pkgs provides shared packaging utilities for the mk* implementation packages.
Package pkgs provides shared packaging utilities for the mk* implementation packages.
Package yeet is a set of small helper functions useful for yeeting out scripts.
Package yeet is a set of small helper functions useful for yeeting out scripts.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL