Search Criteria
Package Details: perl-term-shellui 0.92-4
Git Clone URL: | https://aur.archlinux.org/perl-term-shellui.git (read-only, click to copy) |
---|---|
Package Base: | perl-term-shellui |
Description: | A fully-featured shell-like command line environment |
Upstream URL: | http://search.cpan.org/~BRONSON/Term-ShellUI |
Keywords: | perl |
Licenses: | |
Submitter: | None |
Maintainer: | mutantmonkey |
Last Packager: | mutantmonkey |
Votes: | 151 |
Popularity: | 0.085609 |
First Submitted: | 2009-02-09 13:14 |
Last Updated: | 2016-09-24 06:10 |
Latest Comments
2ion commented on 2015-03-19 17:17
Edit the PKGBUILD to
build() (
cd $srcdir/Term-ShellUI-$pkgver
unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
/usr/bin/perl Makefile.PL
make
)
package()
cd $srcdir/Term-ShellUI-$pkgver
unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
)
(adapted form the Perl packaging guidelines) in order to install the package systemwide and NOT into your home directory. Could this get fixed please?
drvanon commented on 2013-07-01 07:04
==> Validating source files with md5sums...
texlive-localmanager-c90192d6d4c7043d9bb977aa397dc4ef1956565d.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
mutantmonkey commented on 2013-05-25 20:34
Sorry abut that guys, it's fixed now.
gauthma commented on 2013-05-25 20:08
I've uploaded a patch for the PKGBUILD, as the current one is useless (it installs a package with no files...). It's here: http://pastebin.com/rF9cb2ih
To use it, cd into the dir which contains the PKGBUILD, and do:
$ patch < patch_filename.patch
I changed just the minimum to make this work, but I've removed the || return 1, as they are unneeded. For more details, see https://bbs.archlinux.org/viewtopic.php?id=109986
buergi commented on 2013-05-07 09:50
Could you please also change $startdir/pkg to $pkgdir.
The expected pkgdir is $startdir/pkg/perl-term-shellui and so makepkg produces an empty package when everything gets installed in $startdir/pkg.
mutantmonkey commented on 2013-01-03 16:49
Sure, done.
vesath commented on 2013-01-02 09:26
Could you please change to arch=('any')?