Skip to content

Commit

Permalink
Problem: need more packages
Browse files Browse the repository at this point in the history
Solution: import new additions from pigsty

(None are proven to work yet)
  • Loading branch information
yrashk committed Jan 17, 2025
1 parent 87c1c95 commit 2856511
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/anon.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class Anon < Pgpm::Package
git "https://gitlab.com/dalibo/postgresql_anonymizer/"
end
5 changes: 5 additions & 0 deletions packages/data_historization.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class DataHistorization < Pgpm::Package
github "rodo/postgresql-data-historization"
end
5 changes: 5 additions & 0 deletions packages/ddl_historization.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class DdlHistorization < Pgpm::Package
github "rodo/pg_ddl_historization"
end
5 changes: 5 additions & 0 deletions packages/ddsketch.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class Ddsketch < Pgpm::Package
github "tvondra/ddsketch"
end
5 changes: 5 additions & 0 deletions packages/floatfile.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class Floatfile < Pgpm::Package
github "pjungwir/floatfile"
end
5 changes: 5 additions & 0 deletions packages/omnisketch.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class Omnisketch < Pgpm::Package
github "tvondra/omnisketch"
end
5 changes: 5 additions & 0 deletions packages/pg_duration.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class PgDuration < Pgpm::Package
github "jkosh44/pg_duration"
end
5 changes: 5 additions & 0 deletions packages/pg_readme.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class PgReadme < Pgpm::Package
github "bigsmoke/pg_readme"
end
5 changes: 5 additions & 0 deletions packages/pg_task.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class PgTask < Pgpm::Package
github "RekGRpth/pg_task"
end
5 changes: 5 additions & 0 deletions packages/pg_upless.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class PgUpless < Pgpm::Package
github "rodo/pg_upless"
end
5 changes: 5 additions & 0 deletions packages/pgroonga.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class Pgroonga < Pgpm::Package
github "pgroonga/pgroonga"
end
5 changes: 5 additions & 0 deletions packages/pgroonga_database.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class PgroongaDatabase < Pgpm::Package
github "pgroonga/pgroonga"
end
5 changes: 5 additions & 0 deletions packages/schedoc.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class Schedoc < Pgpm::Package
github "ZeroGachis/pg_schedoc"
end
5 changes: 5 additions & 0 deletions packages/vasco.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class Vasco < Pgpm::Package
github "Florents-Tselai/vasco"
end

0 comments on commit 2856511

Please sign in to comment.