summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
-rw-r--r--README15
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c9381a982f5..4ece04fe1df8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = perl-dist-zilla-plugins-cjm
arch = any
license = PerlArtistic
license = GPL
+ checkdepends = perl-test-deep
depends = perl-dist-zilla
options = !emptydirs
options = purge
diff --git a/PKGBUILD b/PKGBUILD
index 4ae3cd9927ee..e2318a7bf925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ url="https://metacpan.org/release/$_module"
license=('PerlArtistic' 'GPL')
options=('!emptydirs' 'purge')
depends=('perl-dist-zilla')
+checkdepends=('perl-test-deep')
source=("http://search.cpan.org/CPAN/authors/id/$_author/$_module-$pkgver.tar.gz")
sha256sums=('c00753d7c4319eb7eae93deef418303a0f7a8b658151e9dd97ab2198683cf340')
@@ -44,4 +45,4 @@ package() {
)
}
-#:indentSize=3:tabSize=3:noTabs=true:mode=shellscript:maxLineLen=87: \ No newline at end of file
+#:indentSize=3:tabSize=3:noTabs=true:mode=shellscript:maxLineLen=87:
diff --git a/README b/README
deleted file mode 100644
index c0c7349ec6a1..000000000000
--- a/README
+++ /dev/null
@@ -1,15 +0,0 @@
-This repository contains the PKGBUILD to create the «perl-dist-zilla-plugins-cjm»
-package for Arch Linux, providing the following Perl modules:
-
- Dist::Zilla::Plugin::ArchiveRelease
- Dist::Zilla::Plugin::GitVersionCheckCJM
- Dist::Zilla::Plugin::MakeMaker::Custom
- Dist::Zilla::Plugin::Metadata
- Dist::Zilla::Plugin::ModuleBuild::Custom
- Dist::Zilla::Plugin::RecommendedPrereqs
- Dist::Zilla::Plugin::Test::PrereqsFromMeta
- Dist::Zilla::Plugin::VersionFromModule
- Dist::Zilla::Role::HashDumper
- Dist::Zilla::Role::ModuleInfo
-
-See https://aur.archlinux.org/packages/perl-dist-zilla-plugins-cjm/. \ No newline at end of file