# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Charles Mauch <cmauch@gmail.com>

pkgname=perl-file-type
pkgver=0.22
pkgrel=17
pkgdesc="Perl/CPAN Module File::Type"
arch=("any")
url="https://search.cpan.org/dist/File-Type"
license=("GPL" "PerlArtistic")
source=("https://www.cpan.org/authors/id/P/PM/PMISON/File-Type-0.22.tar.gz")
sha256sums=('d35cd95fef57fd4dfd8831f62c34e294d7c4b861fc909e02b76071739d52d341')

build() {
  cd "$srcdir"/File-Type-$pkgver
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
}

package() {
  cd "$srcdir"/File-Type-$pkgver
  make install DESTDIR="$pkgdir"
  find "$pkgdir" -name '.packlist' -delete
  find "$pkgdir" -name '*.pod' -delete
}
