Adding installation of the script with make install.

This commit is contained in:
sergiotarxz 2020-12-26 03:27:17 +01:00
parent 64c6161b06
commit 26d25a60f6
Signed by untrusted user who does not match committer: sergiotarxz
GPG Key ID: E5903508B6510AC2
2 changed files with 8 additions and 2 deletions

5
MANIFEST Normal file
View File

@ -0,0 +1,5 @@
bin/peertube-dl
LICENSE
Makefile.PL
MANIFEST This list of files
README.md

View File

@ -1,6 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Peertube::DL',
VERSION => '0.1',
NAME => 'Peertube::DL',
VERSION => '0.1',
INST_SCRIPT => './bin'
);