20 lines
No EOL
424 B
TOML
20 lines
No EOL
424 B
TOML
gaypk-version = 100
|
|
name = "example-package"
|
|
version = "1.0.0"
|
|
revision = 0
|
|
pubkey = ""
|
|
scripts=["*.gpksh"]
|
|
exclude=["scripts", "*.gpksh"]
|
|
[dependencies]
|
|
|
|
# GayPK doesn't care about this stuff
|
|
[locale.en_US]
|
|
name = "Example Package"
|
|
description = "Example Package for testing GayPackage format."
|
|
[locale.tp_XW]
|
|
name = ""
|
|
description = ""
|
|
[launcher]
|
|
category = "system"
|
|
launch = "terminal"
|
|
binary = "/opt/bin/example-package" |