summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: beaf1b59f490f2a3c73610941c0a534f5073ad4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Maintainer: not_anonymous <nmlibertarian@gmail.com>

pkgname=perl-tk-splash
pkgver=0.16
pkgrel=2
pkgdesc="create a splash screen "
_dist=Tk-Splash
arch=('any')
url="https://metacpan.org/release/$_dist"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'tk')
replaces=('tk-splash')
options=('!emptydirs' 'purge')
source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/$_dist-$pkgver.tar.gz)

build() (
  cd "$srcdir/$_dist-$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
)

check() (
  cd "$srcdir/$_dist-$pkgver"
  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
  export PERL_MM_USE_DEFAULT=1
  make test
)

package() (
  cd "$srcdir/$_dist-$pkgver"
  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
)
md5sums=('0fa1f21f98e558fe07d9dfcd0350c256')
sha256sums=('8b2c942b30a346ff9e919aef98dae169c491ba10c6c6ee7546e63aeb8467f76a')