diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,25 @@ +name : perl-file-homedir +version : '1.006' +release : 1 +source : + - https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-HomeDir-1.006.tar.gz : 593737c62df0f6dab5d4122e0b4476417945bb6262c33eedc009665ef1548852 +license : + - Artistic-1.0 + - GPL-2.0-or-later +homepage : https://metacpan.org/pod/File::HomeDir +component : programming.perl +summary : Find your home and other directories on any platform +description: | + File::HomeDir is a module for locating the directories that are "owned" by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms. +builddeps : + - perl-file-which # Testing +rundeps : + - perl-file-which +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install +check : | + %make test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,56 @@ + + + perl-file-homedir + https://metacpan.org/pod/File::HomeDir + + Martin Reboredo + yakoyoku@gmail.com + + Artistic-1.0 + GPL-2.0-or-later + programming.perl + Find your home and other directories on any platform + File::HomeDir is a module for locating the directories that are "owned" by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms. + + https://getsol.us/sources/README.Solus + + + perl-file-homedir + Find your home and other directories on any platform + File::HomeDir is a module for locating the directories that are "owned" by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir.pm + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir/Darwin.pm + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir/Darwin/Carbon.pm + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir/Darwin/Cocoa.pm + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir/Driver.pm + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir/FreeDesktop.pm + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir/MacOS9.pm + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir/Test.pm + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir/Unix.pm + /usr/lib64/perl5/vendor_perl/5.32/File/HomeDir/Windows.pm + /usr/lib64/perl5/vendor_perl/5.32/x86_64-linux-thread-multi/auto/File/HomeDir/.packlist + /usr/share/man/man3/File::HomeDir.3 + /usr/share/man/man3/File::HomeDir::Darwin.3 + /usr/share/man/man3/File::HomeDir::Darwin::Carbon.3 + /usr/share/man/man3/File::HomeDir::Darwin::Cocoa.3 + /usr/share/man/man3/File::HomeDir::Driver.3 + /usr/share/man/man3/File::HomeDir::FreeDesktop.3 + /usr/share/man/man3/File::HomeDir::MacOS9.3 + /usr/share/man/man3/File::HomeDir::Test.3 + /usr/share/man/man3/File::HomeDir::Unix.3 + /usr/share/man/man3/File::HomeDir::Windows.3 + + + + + 2021-08-26 + 1.006 + Packaging update + Martin Reboredo + yakoyoku@gmail.com + + + \ No newline at end of file