package-as: LibECigsUI-1.0

externals:
  Libs/LibStub: https://repos.wowace.com/wow/libstub/trunk
  Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
  Libs/LibSharedMedia-3.0: https://repos.curseforge.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0

# This file lives in the standalone LibECigsUI-1.0 repo. Each consuming addon
# pulls this library via its own .pkgmeta externals entry; see each addon's
# pkgmeta for the consumer-side configuration.
#
# The addon-side externals look like:
#   YourAddon/Libs/LibECigsUI-1.0:
#     url: https://github.com/YOUR_USER/LibECigsUI
#     tag: latest
#
# At build time the packager copies this library into each addon's Libs/
# folder, so users only ever install one .zip per addon (the lib is bundled).

manual-changelog: CHANGELOG.md

ignore:
  - .git
  - .gitignore
  - README.md
  - tests
