makedeb


stoke-git 1.45.da2970e-2


A MPR helper written in bash.

Package Details

Package Actions

Package Base:

stoke-git

Licenses:

None

Submitter:

leo

Maintainer:

leo

Last Packager:

leo

Votes:

2

Popularity:

0.000000

First Submitted:

2021-10-20 17:24

Last Updated:

2021-10-26 23:16

Git Clone URL (click to copy):

https://mpr.makedeb.org/stoke-git.git

Latest Comments


zxxxzx commented on 2021-10-29 12:50

Ubuntu 20.04

If I run stoke install -y dino I get:

[+] INFO: Installing dino...
fatal: could not create work tree dir 'dino': Permission denied
/usr/bin/stoke: line 120: cd: dino: No such file or directory
[+] INFO: Could not cd into directory
[!] Couldn't find PKGBUILD

If I run sudo stoke install -y dino I get:

[+] INFO: Installing dino...
Cloning into 'dino'...
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (4/4), 2.04 KiB | 2.04 MiB/s, done.
[!] Running makedeb as root is not allowed as it can cause irreversable damage to your system.

So what do I do? Your GitHub readme provides no info.

Git commit identifiers referencing commits in the MPR package repository and URLs are converted to links automatically. Markdown syntax is partially supported.


commented on 2021-10-28 23:00

@zxxxzx fixed

Git commit identifiers referencing commits in the MPR package repository and URLs are converted to links automatically. Markdown syntax is partially supported.


zxxxzx commented on 2021-10-28 14:39

Running sudo stoke install -y dino on Ubuntu 20.04 throws

[!] ERROR: libc6>=2.29 is not a valid MPR or apt package

Despite sudo apt install libc6 showing v2.31 already installed

Git commit identifiers referencing commits in the MPR package repository and URLs are converted to links automatically. Markdown syntax is partially supported.


leo commented on 2021-10-26 23:10

Fixed! :)

Git commit identifiers referencing commits in the MPR package repository and URLs are converted to links automatically. Markdown syntax is partially supported.


canony commented on 2021-10-25 08:43

edited on 2021-10-25 08:44 by canony

I am getting an error using makedeb -si (Ubuntu 20.04):

install: target '/home/USER/git/stoke-git/pkg/stoke-git/usr/bin/' is not a directory: No such file or directory

Maybe we need to mkdir -p $pkgdir/usr/bin beforehand?

Git commit identifiers referencing commits in the MPR package repository and URLs are converted to links automatically. Markdown syntax is partially supported.