-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
33 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
2021-12-16 Michael Herstine <[email protected]> | ||
2021-12-30 Michael Herstine <[email protected]> | ||
|
||
Upgraded to tokio 1.0. | ||
|
||
2021-12-18 Michael Herstine <[email protected]> | ||
|
||
Remove Snafu. | ||
After some thought & some research, I decided I want to hand-craft | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
#+AUTHOR: Michael Herstine | ||
#+DESCRIPTION: mpdpopm | ||
#+EMAIL: [email protected] | ||
#+DATE: <2021-12-16 Thu 18:03> | ||
#+DATE: <2021-12-30 Thu 07:49> | ||
#+AUTODATE: t | ||
|
||
* Introduction | ||
|
@@ -56,10 +56,10 @@ Thanks to a suggestion by [[https://github.com/m040601][m040601]], you can down | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L --output mpdpopm-0.3.1.tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.3.1/mpdpopm-0.3.1-x86_64-unknown-linux.tar.gz | ||
tar xf mpdpopm-0.3.1.tar.gz | ||
tree mpdpopm-0.3.1-x86_64-unknown-linux/ | ||
mpdpopm-0.3.1-x86_64-unknown-linux/ | ||
curl -L --output mpdpopm-0.3.2.tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.3.2/mpdpopm-0.3.2-x86_64-unknown-linux.tar.gz | ||
tar xf mpdpopm-0.3.2.tar.gz | ||
tree mpdpopm-0.3.2-x86_64-unknown-linux/ | ||
mpdpopm-0.3.2-x86_64-unknown-linux/ | ||
├── bin | ||
│ ├── mppopm | ||
│ └── mppopmd | ||
|
@@ -89,8 +89,8 @@ If you're running on a Debian-based Linux distribution, and you're on an x86_64 | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.1/mpdpopm_0.3.1_amd64.deb | ||
sudo dpkg -i mpdpopm_0.3.1_amd64.deb | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.2/mpdpopm_0.3.2_amd64.deb | ||
sudo dpkg -i mpdpopm_0.3.2_amd64.deb | ||
#+END_SRC | ||
|
||
The binaries will be placed in =/usr/local/bin=, and you can proceed to [[#getting_started][Getting Started]], below. | ||
|
@@ -101,8 +101,8 @@ If you're running on an Arch-based Linux distribution, and you're on an x86_64 p | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.1/mpdpopm_0.3.1-1-x86_64.pkg.tar.zst | ||
sudo pacman -U mpdpopm_0.3.1-1-x86_64.pkg.tar.zst | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.2/mpdpopm_0.3.2-1-x86_64.pkg.tar.zst | ||
sudo pacman -U mpdpopm_0.3.2-1-x86_64.pkg.tar.zst | ||
#+END_SRC | ||
|
||
The binaries will be placed in =/usr/local/bin=, and you can proceed to [[#getting_started][Getting Started]], below. | ||
|
@@ -113,9 +113,9 @@ If you've got the Rust toolchain as well as Autotools installed, you can build f | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.1/mpdpopm-0.3.1.tar.xz | ||
tar xf mpdpopm-0.3.1.tar.xz | ||
cd mpdpopm-0.3.1 | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.3.2/mpdpopm-0.3.2.tar.xz | ||
tar xf mpdpopm-0.3.2.tar.xz | ||
cd mpdpopm-0.3.2 | ||
./configure | ||
make | ||
make check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([mpdpopm], [0.3.1], [[email protected]], [mpdpopm], [https://github.com/sp1ff/mpdpopm]) | ||
AC_INIT([mpdpopm], [0.3.2], [[email protected]], [mpdpopm], [https://github.com/sp1ff/mpdpopm]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AC_CONFIG_SRCDIR([mpdpopm/Cargo.toml.in]) | ||
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability -Wno-override gnits std-options dist-bzip2 dist-xz]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@set UPDATED 29 March 2021 | ||
@set UPDATED-MONTH March 2021 | ||
@set EDITION 0.3.1 | ||
@set VERSION 0.3.1 | ||
@set EDITION 0.3.2 | ||
@set VERSION 0.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters