package-as: CustomCountdownSounds

externals:
  # Foundation
  Libs/LibStub:
    url: https://repos.wowace.com/wow/libstub/trunk
    tag: latest
  Libs/CallbackHandler-1.0:
    url: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
    tag: latest

  # Ace3 family — all pulled from the same ace3 repo
  Libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
  Libs/AceDBOptions-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDBOptions-3.0
  Libs/AceConfig-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
  Libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0

  # Other libs
  Libs/LibSharedMedia-3.0: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
  Libs/LibDataBroker-1.1: https://repos.wowace.com/wow/libdatabroker-1-1
  Libs/LibDBIcon-1.0: https://repos.wowace.com/wow/libdbicon-1-0/trunk/LibDBIcon-1.0

# Files to exclude from the packaged zip. Files beginning with "." (like
# .pkgmeta itself) are always ignored automatically.
ignore:
  - "*.md"
  - CHANGELOG.*

# Enable a "nolib" zip alongside the normal one. Users with lib-management
# addons (WoWUp etc.) can install the nolib version to avoid lib duplication.
# Only matters for GitHub release attachments; harmless to leave off for local.
enable-nolib-creation: no
