Package Details: enchiridion-robin-homer-git 1.1-1

Git Clone URL: https://aur.archlinux.org/enchiridion-robin-homer-git.git (read-only, click to copy)
Package Base: enchiridion-robin-homer-git
Description: A script to run The Enchiridion of Epictetus narrated by Mr. Robin Homer of Vox Stoica on Youtube. Specific parts can be played along with any random part from it.
Upstream URL: https://github.com/PrabuddhMathur/enchiridion-robin-homer-git.git
Licenses: MIT
Provides: the_enchiridion_of_epictetus
Submitter: PrabuddhMathur
Maintainer: PrabuddhMathur
Last Packager: PrabuddhMathur
Votes: 0
Popularity: 0.000000
First Submitted: 2023-01-07 19:59 (UTC)
Last Updated: 2023-01-10 16:29 (UTC)

Pinned Comments

PrabuddhMathur commented on 2023-01-12 05:54 (UTC) (edited on 2023-01-12 05:54 (UTC) by PrabuddhMathur)

Usage:-

enchiridion -p: This will play a random part of The Enchiridion.

enchiridion -p <number>: This will play any part of The Enchiridion that you specify. The range is between 1-53.

enchiridion -r: This is will pause or resume the current ongoing part of Enchiridion.

enchiridion -s: To completely kill the ongoing part that is being played in the background.

PrabuddhMathur commented on 2023-01-11 13:56 (UTC) (edited on 2023-01-11 13:57 (UTC) by PrabuddhMathur)

To Install locally by cloning Git URL.

Step 1: Copy the link and clone the Git Repository on your local system.

Step 2: cd into the enchiridion-robin-homer-git directory.

Step 3: Type command makepkg -si to install it on your system.

Latest Comments

PrabuddhMathur commented on 2023-01-12 05:54 (UTC) (edited on 2023-01-12 05:54 (UTC) by PrabuddhMathur)

Usage:-

enchiridion -p: This will play a random part of The Enchiridion.

enchiridion -p <number>: This will play any part of The Enchiridion that you specify. The range is between 1-53.

enchiridion -r: This is will pause or resume the current ongoing part of Enchiridion.

enchiridion -s: To completely kill the ongoing part that is being played in the background.

PrabuddhMathur commented on 2023-01-11 13:56 (UTC) (edited on 2023-01-11 13:57 (UTC) by PrabuddhMathur)

To Install locally by cloning Git URL.

Step 1: Copy the link and clone the Git Repository on your local system.

Step 2: cd into the enchiridion-robin-homer-git directory.

Step 3: Type command makepkg -si to install it on your system.

PrabuddhMathur commented on 2023-01-10 16:34 (UTC) (edited on 2023-01-10 16:34 (UTC) by PrabuddhMathur)

https://aur.archlinux.org/account/pio can you check it out now? Is it according to the guidelines? Actually, this is my first package ever and I'm learning to produce these.

pio commented on 2023-01-08 18:43 (UTC) (edited on 2023-01-08 18:44 (UTC) by pio)

There is something very wrong with this PKGBUILD - it uses sudo to copy an entire folder to /usr/bin. Sudo should not be needed as all modifications should be done to $pkgdir/ not user's root. Please read Arch package guidelines!