justchokingaround / lobster

mmm lobster
GNU General Public License v2.0
558 stars 37 forks source link

[DOC] AUR and MPR package #89

Closed pirate486743186 closed 1 year ago

pirate486743186 commented 1 year ago

for the REDME, lobster is in the AUR and MPR (like the AUR but for debs) https://aur.archlinux.org/lobster.git https://mpr.makedeb.org/packages/lobster-git

justchokingaround commented 1 year ago

did u mean this https://aur.archlinux.org/packages/lobster ?

pirate486743186 commented 1 year ago

yes i meant that. There's only one.

justchokingaround commented 1 year ago

i flagged it out of date, so i will wait before adding that to the README. in the meantime, i will now make a lobster-git package and add it to the README with the debian package (and later on a homebrew formula). thank you for letting me know these even existed, i had no idea!

justchokingaround commented 1 year ago

can you provide some instructions for how to install the MPR package, if you do not have makedeb installed, so that anyone could use it? (i assume you made that package)

justchokingaround commented 1 year ago

image this is what im currently stuck on

justchokingaround commented 1 year ago

these are the installation commands i ran

sudo apt update && sudo apt upgrade
bash -ci "$(wget -qO - 'https://shlink.makedeb.org/install')"
wget -qO - 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" | sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list
sudo apt update
sudo apt install mist
mist install lobster-git
pirate486743186 commented 1 year ago

Yes i made it. I'm not using a helper. If you do it the manual way it works. git clone in a folder then makedeb inside. I think mist is either broken or has missing features, don't remember. MPR is relatively new and small.

justchokingaround commented 1 year ago

oh ok, i will try that later then

pirate486743186 commented 1 year ago

I would use the apt repo for installing makedeb. https://docs.makedeb.org/installing/apt-repository/

justchokingaround commented 1 year ago

it said in their docs that the easiest way to install it would be using their bash script:

image

but if you say using apt is the preferred and more standard way for debian users, i can tell users to use that installation method instead

pirate486743186 commented 1 year ago

i don't remember any more what the script does exactly. Now i'm using the makedeb repo ... packaged by makedeb... not a great starting point. I think the repo is more familiar to most people.

pirate486743186 commented 1 year ago

use the script, it basically does the same thing. It sets up the makedeb repo.

pirate486743186 commented 1 year ago

Is that a VM? It want's to install git then the first thing it does is to do a git clone? It seams there's a missing dependency.

justchokingaround commented 1 year ago

it is a vm, yes, but iirc i had git installed (i'll check again later)

pirate486743186 commented 1 year ago

it want to install git.

image this is what im currently stuck on

justchokingaround commented 1 year ago

awk and perl aren't dependencies for the script, please remove them

pirate486743186 commented 1 year ago

pushed a new one.

justchokingaround commented 1 year ago

added the debian instructions to the docs in 2d0024c013e2c5cb246f9349f6cf120929bd48f9 please make socat an optional dependency as well @pirate486743186 (it is used when history is enabled, but that feature is disabled by default)