NAME
cpan2aur - Generate an AUR source package of a CPAN perl module
SYNOPSIS
$ ./cpan2aur Acme::Bleach
... spammy output from CPAN & makepkg here ...
$ ls *.src.tar.gz
perl-acme-bleach-1.12-1.src.tar.gz
$
DESCRIPTION
Example script for using the advanced options of CPANPLUS::Dist::Arch. Useful for updating AUR perl modules you are maintaining.
Ironic how this is much more succinct then just creating a PKGBUILD...
AUTHOR
Justin Davis, <jrcd83 at gmail.com>
, juster on http://bbs.archlinux.org
COPYRIGHT & LICENSE
Copyright 2009 Justin Davis, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.