add packaging using Makefile.PL
authorJulien Moutinho <julm@sourcephile.fr>
Fri, 20 Mar 2020 03:29:45 +0000 (04:29 +0100)
committerJulien Moutinho <julm@sourcephile.fr>
Fri, 20 Mar 2020 03:29:45 +0000 (04:29 +0100)
Makefile.PL [new file with mode: 0644]
git-remote-gpg

diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..bec0e6d
--- /dev/null
@@ -0,0 +1,41 @@
+use 5.008004;
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+  NAME             => 'git::remote::gpg',
+  VERSION_FROM     => 'git-remote-gpg',
+  AUTHOR           => 'Julien Moutinho',
+  LICENSE          => 'gpl_3',
+  MIN_PERL_VERSION => '5.008004',
+  EXE_FILES        => ['git-remote-gpg'],
+  PREREQ_PM        => {
+    'strict'   => 0,
+    'warnings' => 0,
+    'Carp' => 0,
+    'Cwd' => 0,
+    'File::Basename' => 0,
+    'File::Copy' => 0,
+    'File::Path' => 0,
+    'File::Spec::Functions' => 0,
+    'File::Temp' => 0,
+    'Getopt::Long' => 0,
+    'IPC::Run' => 0,
+    'IO::Handle' => 0,
+    'JSON' => 0,
+    'POSIX' => 0,
+    'URI' => 0,
+    'Pod::Usage' => 0,
+    'Data::Dumper' => 0,
+  },
+  (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
+    'meta-spec' => { version => 2 },
+    resources => {
+      repository => {
+        type => 'git',
+        url  => 'git://git.sourcephile.fr/julm/git-remote-gpg',
+        web  => 'http//git.sourcephile.fr/julm/git-remote-gpg',
+      },
+    }})
+   : ()
+  ),
+);
index 83e62a48a1dc83e687a242fe4f4e5b1fd9d5c784..fc82e2966481154612192c1d841b43330af93318 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/perl
+package git::remote::gpg;
+package main;
 our $VERSION = '2014.04.29';
 # License
        # This file is a git-remote-helpers(1) to use a gpg(1)