1 # This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
2 # Contributor: Daenyth <Daenyth+arch AT gmail DOT com>
4 pkgname=perl-text-upsidedown
7 pkgdesc="flip text upside-down using Unicode "
9 url="http://search.cpan.org/~MARCEL/Text-UpsideDown"
10 license=('GPL' 'PerlArtistic')
11 depends=('perl>=5.10.0')
12 makedepends=('perl-universal-require')
13 options=('!emptydirs' 'purge')
14 source=(http://www.cpan.org/authors/id/M/MA/MARCEL/Text-UpsideDown-$pkgver.tar.gz)
15 md5sums=('230b0cfe6d27f560e33f1d4ca716579c')
18 cd $startdir/src/Text-UpsideDown-$pkgver
19 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
21 make install DESTDIR=$startdir/pkg || return 1