diff options
Diffstat (limited to 'index/pgo.mk')
-rw-r--r-- | index/pgo.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/pgo.mk b/index/pgo.mk new file mode 100644 index 0000000..c7cd340 --- /dev/null +++ b/index/pgo.mk @@ -0,0 +1,7 @@ +PACKAGES += pgo +pkg_pgo_name = pgo +pkg_pgo_description = Erlang Postgres client and connection pool +pkg_pgo_homepage = https://github.com/erleans/pgo.git +pkg_pgo_fetch = git +pkg_pgo_repo = https://github.com/erleans/pgo.git +pkg_pgo_commit = master |