/pkg-rt (1fdc3952dba86ec0cf117efc3bc7a4c0ac51ae76) (352 bytes) (mode 100755) (type blob)
#!/bin/sh
if test -z "$1"; then
echo Missing package path to install runtime
exit 1
fi
nyan_root=$(realpath $(dirname "$0"))
. ./conf.sh
mkdir -p $builds_dir_root
mkdir -p $pkgs_dir_root
pkg_name=$(basename $1)
pkg_path=$(dirname $1)
umask 022
. ./runtimes/$1/rt.sh "$@"
rmdir $(realpath $builds_dir_root)
rmdir $(realpath $pkgs_dir_root)
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
5 |
8eba6c8dd4dcaf6166bd22285ed34625f38a84ff |
.gitignore |
100644 |
blob |
30 |
c9b735fa1332286f4b3f5f81fa10527fd7506b6e |
LICENSE |
100644 |
blob |
1158 |
153ab2a6fd1a8e0541adca5b9e3977d6e85dc7a5 |
README |
040000 |
tree |
- |
6077a20f788f7cb0bf930a61e9ab41b36d0d8723 |
builders |
100644 |
blob |
601 |
4714e610b9183fc9b470fff35a0f60d20c1ba398 |
conf.sh |
040000 |
tree |
- |
6f3f14c20247634df5abcf7607dccc57f6d3fbbf |
files |
100755 |
blob |
347 |
1c3d79b5204e96a3ea2fbb9b13a8f1cde350469e |
pkg-build |
100755 |
blob |
352 |
1fdc3952dba86ec0cf117efc3bc7a4c0ac51ae76 |
pkg-rt |
040000 |
tree |
- |
809bf05c48cc648a754ca6557804a2b887368cb7 |
runtimes |
100644 |
blob |
22800641 |
e9e6291054c857401f6835c728f31541dae4311e |
steam.tar.bz2 |
100644 |
blob |
173 |
2047af328b22f9d146585cd9e759edbc18122250 |
utils.sh |
040000 |
tree |
- |
8e23f551092a35f82b37129dd08c35c4d313c17b |
x64 |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanlinux
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanlinux
Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanlinux
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main