Giter Site home page Giter Site logo

unicornpkg / wing Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 69 KB

Bundled and useful installations of unicornpkg.

Home Page: https://unicornpkg.madefor.cc/how-tos/installation.html

License: Other

Lua 69.99% Just 30.01%
cli installer-script lua unicornpkg

wing's Introduction

unicornpkg

The primary library and reference implementation for unicornpkg.

Please see the documentation for more information.

wing's People

Contributors

commandcracker avatar tomodachi94 avatar

Stargazers

 avatar

Watchers

 avatar

wing's Issues

Installer broken

Describe the bug
See title

To Reproduce
Steps to reproduce the behavior:

  1. Go to install instructions
  2. Download provided URL and execute it
  3. See error

Expected behavior
It should install libunicornpkg and the CLI.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Emulator or mod (including version): CraftOS-PC 2.7.5
  • OS: [e.g. Windows] N/A
  • ROM version: Unknown
  • Program hash or version: Latest

Additional context
Add any other context about the problem here.

Broken sea

Describe the bug
The sea archive is malformed.

To Reproduce
Steps to reproduce the behavior:

  1. wget run https://unicornpkg.github.io/wing/install.lua

Screenshots
grafik

Environment (please complete the following information):

  • Emulator or mod (including version): CraftOS-PC 2.7.3
  • OS: Windows
  • Program hash or version: 1684639720, 1684642385

Use stable versions

Once we get on a release schedule, we should start using the stable releases.

Ref libunicornpkg from tag

the installer should install libunicornpkg from unicornpkg/libunicornpkg.
the installer should ref to a libunicornpkg tag (v1.0.0)

[Question] source code

Where is the source code of the install.lua ?

I would like to add functionality to

if not fs.isDir(tArgs[1]) then
  fs.makeDir(tArgs[1])
end

for _,dir in ipairs(dirs) do
  local fpath = root .. dir
  print("dir " .. fpath)
  if not fs.isDir(fpath) then
    fs.makeDir(fpath)
  end
end

i = 1
while i<#files do
  sleep(0.05)
  local fpath = root .. files[i]
  local data = files[i+1]
  print("file " .. fpath)
  local file = fs.open(fpath, "w")
  file.write(data)
  file.close()
  i = i+2
end

Please provide information about building the installer in README.md and maybe provide the build tool in this repository.

Nix-ify the build process

Is your feature request related to a problem? Please describe.
The build process requires copying various files manually from various directories, which is a minor pain and also error-prone.

Describe the solution you'd like
Provide Nix packages for all components, then bundle those Nix packages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.