unicornpkg / unicornpkg-main

Primary package repository for unicornpkg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unicornpkg-main

The primary package remote for unicornpkg.

To install a package from here, execute these commands (assumes you have installed with Wing):

hoof install {package}

Using without hoof

mkdir /tmp
cd /tmp
wget https://unicornpkg.github.io/unicornpkg-main/{package}.lua # replace {package} with the desired package name
unicorntool install {package}.lua # again, replace {package} with your package name
rm {package}.lua # cleanup

About

Primary package repository for unicornpkg.


Languages

Language:Lua 96.3%Language:Nix 3.7%