App-Repo
view release on metacpan or search on metacpan
=head1 NAME
repo - Creates list of Debian packages and starts APT repository on port 3000.
=head1 DESCRIPTION
'repo' creates MD5, SHA1 and SHA256 hashes of each package in 'deb' directory, checks control file and use it to create Packages.gz file needed by APT client to read content of repository, then starts repository running on Mojolicious server ( port 3...
=head1 OPTIONS
Pass full path to 'deb' directory containing Debian packages with -d parameter. Repo will generate 'Packages.gz' file in a same directory where 'deb' is located and will run in background. When deb direcroy content is changed use -r option to update ...
start: C<repo -d /path/to/deb>
stop: C<repo -stop>
status: C<repo -status>
update packages list: C<repo -d /path/to/deb -p>
help: C<repo -h>
( run in 0.640 second using v1.01-cache-2.11-cpan-f56aa216473 )