🔒 Repository is read-only – file editing is disabled.

recipes/utils/perl-template-toolkit/Pkgfile.save main

21 linii Raw ← Powrót
123456789101112131415161718192021
description="Perl template processing system"
url="https://metacpan.org/pod/Template::Toolkit"
packager="spiky <spiky@nutyx.org>"
contributors="Rems,Tnut"

makedepends=(perl-appconfig)
run=(perl-appconfig)

name=perl-template-toolkit
version=3.010

source=(https://cpan.metacpan.org/authors/id/T/TO/TODDR/Template-Toolkit-${version}.tar.gz)

build() {
	cd Template-Toolkit-$version

        perl Makefile.PL INSTALLDIRS=vendor TT_ACCEPT=y

	make
	make DESTDIR=$PKG install
}