Skip to content

Commit

Permalink
prepare for packager
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Norberg committed Apr 23, 2021
1 parent 5b1c330 commit ba0cc72
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 12 deletions.
13 changes: 7 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
[*.{lua,xml,toc}]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false

[{*.yml,.pkgmeta}]
indent_style = space
indent_size = 2
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

patreon: GoldpawsStuff
liberapay: GoldpawsStuff
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Packager (Retail)

on:
create:

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout addon
uses: actions/checkout@v2

- name: Package Retail
uses: BigWigsMods/packager@master
with:
args: -g retail -m .pkgmeta
1 change: 0 additions & 1 deletion pkgmeta.yaml → .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ ignore:
- CODE_OF_CONDUCT.md
- README.md
- LICENSE.md
- .editorconfig
17 changes: 12 additions & 5 deletions Bagnon_ItemLevel/Bagnon_ItemLevel.toc
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## Interface: 90005
## Interface-Retail: 90005

## Title: Bagnon_ItemLevel
## Author: Lars "Goldpaw" Norberg
## Notes: |cff666666By Lars "Goldpaw" Norberg|r |n|n|cffffffffA simple Bagnon plugin that displays |nthe itemlevel of your equipable gear |nand Artifact Relics.|r|n|n|cff4488ffPayPal|r|cffffffff:|r |n|cffffffffwww.paypal.me/GoldpawsStuff|r|n|n|cff4488ffPatreon|r|cffffffff:|r |n|cffffffffwww.patreon.com/GoldpawsStuff|r
## RequiredDeps: Bagnon
## Version: 1.0
## Notes: |cff666666By Lars Norberg|r |n|n|cffffffffA simple Bagnon plugin that displays |nthe itemlevel of your equipable gear |nand Artifact Relics.|r|n|n|cff4488ffPayPal|r|cffffffff:|r |n|cffffffffwww.paypal.me/GoldpawsStuff|r|n|n|cff4488ffPatreon|r|cffffffff:|r |n|cffffffffwww.patreon.com/GoldpawsStuff|r
## Version: @project-version@
## Author: Lars Norberg

## X-Category: Inventory
## X-Discord: https://discord.gg/MUSfWXd
## X-License: The MIT License (MIT)
## X-Website: https://www.patreon.com/goldpawsstuff
## X-Curse-Project-ID: 274607
## X-Wago-ID:
## X-License: Custom

## RequiredDeps: Bagnon

main.lua

0 comments on commit ba0cc72

Please sign in to comment.