diff options
Diffstat (limited to 'index/oauth.mk')
-rw-r--r-- | index/oauth.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/oauth.mk b/index/oauth.mk new file mode 100644 index 0000000..93bdd9f --- /dev/null +++ b/index/oauth.mk @@ -0,0 +1,7 @@ +PACKAGES += oauth +pkg_oauth_name = oauth +pkg_oauth_description = An Erlang OAuth 1.0 implementation +pkg_oauth_homepage = https://github.com/tim/erlang-oauth +pkg_oauth_fetch = git +pkg_oauth_repo = https://github.com/tim/erlang-oauth +pkg_oauth_commit = master |