Package Details: perl-text-xslate 3.5.9-1

Git Clone URL: https://aur.archlinux.org/perl-text-xslate.git (read-only, click to copy)
Package Base: perl-text-xslate
Description: Scalable template engine for Perl5
Upstream URL: https://metacpan.org/release/Text-Xslate
Licenses: GPL, PerlArtistic
Submitter: Forty-Bot
Maintainer: Forty-Bot
Last Packager: Forty-Bot
Votes: 0
Popularity: 0.000000
First Submitted: 2024-10-21 03:18 (UTC)
Last Updated: 2024-10-21 03:20 (UTC)

Latest Comments

Muflone commented on 2026-07-05 11:40 (UTC)

@balwierz do you plan to adopt and fix this package? There's a pending request and I'm searching a new maintainer for it

balwierz commented on 2026-06-11 06:33 (UTC)

Does not compile. Here is fix:

pkgname='perl-text-xslate'
pkgver='3.5.9'
pkgrel='1'
pkgdesc="Scalable template engine for Perl5"
arch=('x86_64')
license=('Artistic-1.0-Perl' 'GPL-1.0-or-later')
options=('!emptydirs')
depends=('perl-data-messagepack>=0.38' 'perl-mouse>=2.5.0' 'perl>=5.8.1')
makedepends=('perl-module-build>=0.4005' 'perl-module-build-xsutil')
checkdepends=('perl-test-requires' 'perl-file-copy-recursive')
url='https://metacpan.org/release/Text-Xslate'
_distdir="Text-Xslate-v${pkgver}"
source=("https://cpan.metacpan.org/authors/id/S/SK/SKAJI/${_distdir}.tar.gz")
md5sums=('7cbe53f6c0492367e67232fc044c06b1')
sha512sums=('4c63b0abad4d58078d45ec8cdf52bf77045703365d3880a11fbdfed16f1fe3ff4bf1e53e5121bc253a051637204f99c656f266ffb3c7468c19e26e90c5e7914e')

build() {
  cd "$srcdir/$_distdir"
  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
      PERL_AUTOINSTALL=--skipdeps          \
      MODULEBUILDRC=/dev/null

    perl Build.PL --installdirs=vendor
    perl Build
  )
}

check() {
  cd "$srcdir/$_distdir"
  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
    perl Build test
  )
}

package() {
  cd "$srcdir/$_distdir"
  perl Build install --destdir="$pkgdir"
  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}

ModYokosuka commented on 2024-12-29 23:50 (UTC) (edited on 2024-12-29 23:50 (UTC) by ModYokosuka)

Missing depends 'perl-module-install'

ModYokosuka commented on 2024-12-29 23:39 (UTC)

==> Starting build()...

The following modules are not available.
perl Makefile.PL | cpanm will install them:

inc::Module::Install ==> ERROR: A failure occurred in build(). Aborting... ==> Removing installed dependencies...