You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
407 B
TOML

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