diff options
Diffstat (limited to 'index/epgsql.mk')
-rw-r--r-- | index/epgsql.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/epgsql.mk b/index/epgsql.mk new file mode 100644 index 0000000..65ea0b6 --- /dev/null +++ b/index/epgsql.mk @@ -0,0 +1,7 @@ +PACKAGES += epgsql +pkg_epgsql_name = epgsql +pkg_epgsql_description = Erlang PostgreSQL client library. +pkg_epgsql_homepage = https://github.com/epgsql/epgsql +pkg_epgsql_fetch = git +pkg_epgsql_repo = https://github.com/epgsql/epgsql +pkg_epgsql_commit = master |