ytcli

Des commandes pour utiliser youtube - retour accueil

git clone git://bebou.netlib.re/ytcli
Log | Files | Refs | README |

commit a9313f204c001d06eeb04e3c066ebc771060ed40
parent cbe02db996f8cd22dce4c4d51040e0f5afeafd8d
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Mon, 11 Dec 2023 20:59:23 +0100

Ajout d'un makefile bĂȘte

Diffstat:
Amakefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/makefile b/makefile @@ -0,0 +1,5 @@ +PREFIX = /usr/local + +install: + mkdir -p "${DESTDIR}${PREFIX}/bin" + cp yt* "${DESTDIR}${PREFIX}/bin"