chore(pkg): update pesde manifests

* stylua: Fixed pesde manifest description
* lib: Explicitly defined includes
* lib: Symlink root license into dir
This commit is contained in:
Erica Marigold 2024-11-24 15:24:19 +00:00
parent 0a8f8bc5d2
commit ce6345443a
4 changed files with 14 additions and 4 deletions

7
LICENSE Normal file
View file

@ -0,0 +1,7 @@
Copyright © 2024 pesde-pkg
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View file

@ -1,12 +1,12 @@
name = "pesde/stylua" name = "pesde/stylua"
version = "2.0.1" version = "2.0.1"
description = "A standalone Luau runtime" description = "A Lua code formatter"
authors = [ authors = [
"CompeyDev <hi@devcomp.xyz>", "CompeyDev <hi@devcomp.xyz>",
"Johnny Morganz <johnnymorganz@outlook.com>", "Johnny Morganz <johnnymorganz@outlook.com>",
] ]
repository = "https://github.com/pesde-dev/tooling" repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/stylua"
license = "MIT" includes = ["init.luau", "pesde.toml"]
[target] [target]
environment = "lune" environment = "lune"

1
toolchainlib/LICENSE Symbolic link
View file

@ -0,0 +1 @@
../LICENSE

View file

@ -1,6 +1,8 @@
name = "pesde/toolchainlib" name = "pesde/toolchainlib"
version = "0.1.0" version = "0.1.0"
includes = ["src/", "pesde.toml", "LICENSE", "README.md"] license = "MIT"
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
includes = ["src", "pesde.toml", "LICENSE", "README.md"]
[target] [target]
environment = "lune" environment = "lune"