1625990264 pool gpg-pubkey-3dbdc284-53674dd4.asc?fpr=22C07BA534178CD02EFE22AAB88B2FD43DBDC284 gpg-pubkey-39db7c82-5f68629b.asc?fpr=FEAB502539D846DB2C0961CA70AF9E8139DB7C82 gpg-pubkey-307e3d54-5aaa90a5.asc?fpr=4E98E67519D98DC7362A5990E3A5C360307E3D54 obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20210710/i586 obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20210710/x86_64 openSUSE Tumbleweed 60ac248489df31c61277a6872279561730d27d51b3bb7d15368d75b69d1ac80c d101bad38f3a987c9a790f927031cfcc68c1598b4d6f329447c6fe338cfb7128 1625990264 18659084 171435824 #### 2048-cli i586 310f3c8e912923da08eab8debafd6fc03afe9e1ae97304bcd029658959e099d0 A CLI version of the "2048" game 2048 is a mathematics-based puzzle game where the player has to slide tiles on a grid to combine them and create a tile with the number 2048. The player has to merge the similar number tiles (2n) by moving the arrow keys in four different directions. When two tiles with the same number touch, they will merge into one. https://bugs.opensuse.org https://github.com/tiehuis/2048-cli #### use constant RepoNames => qw(oss non-oss src-oss src-non-oss); use constant ArchNames => qw(noarch nosrc src x86_64); use constant RepoMDFile => 'repomd.xml'; use constant Wanted_Names => {qw(susedata 1 appdata 1 other 1 filelists 1 primary 1 appdata-icons 1)}; use constant RType => { map { $_ => $_ } @{[RepoNames]} }; use constant Archt => { map { $_ => $_ } @{[ArchNames]} }; sub Repo_valid($) { my $p = shift if HASH $_[0]; ErV RType, shift } sub Arch_valid($) { my $p = shift if HASH $_[0]; ErV Archt, shift; } our @EXPORT; use mem(@EXPORT = (qw( RType Archt Repo_valid Arch_valid RepoMDFile Wanted_Names ) ) ); use Xporter;