Package Details: perl-term-size 0.211-1

Git Clone URL: https://aur.archlinux.org/perl-term-size.git (read-only, click to copy)
Package Base: perl-term-size
Description: Retrieve terminal size on Unix
Upstream URL: https://metacpan.org/release/Term-Size
Licenses: GPL, PerlArtistic
Submitter: nirev
Maintainer: cpanbot
Last Packager: cpanbot
Votes: 7
Popularity: 0.000000
First Submitted: 2008-07-18 20:36 (UTC)
Last Updated: 2024-02-08 00:39 (UTC)

Latest Comments

byte commented on 2015-07-16 15:55 (UTC)

Adopted, updated.

nirev commented on 2013-06-05 06:13 (UTC)

Updated.

smls commented on 2013-06-04 03:32 (UTC)

Yes, please update (or orphan if you don't want to maintain the package anymore). The current version of the PKGBUILD does not work; duckunix's version works.

duckunix commented on 2013-05-29 10:22 (UTC)

The PKGBUILD needs to be updated to current pacman. This works: # Contributor: Guilherme M. Nogueira <guilherme@nirev.org> pkgname=perl-term-size pkgver=0.2 pkgrel=2 pkgdesc="provides a straightforward way to get the size of the terminal, or window, on which a script is running" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/Term-Size/" license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') source=(http://www.cpan.org/authors/id/T/TI/TIMPX/Term-Size-$pkgver.tar.gz) md5sums=('982b5df8351e7654a42b7bffc0bf1d57') build() { cd $startdir/src/Term-Size-$pkgver # Install into vendor directory perl Makefile.PL INSTALLDIRS=vendor make } package() { cd ${srcdir}/Term-Size-$pkgver make DESTDIR=${pkgdir} install }