summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/oauth2/oauth2-0.16.ebuild')
-rw-r--r--app-emacs/oauth2/oauth2-0.16.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
new file mode 100644
index 000000000000..9b4c11b62d64
--- /dev/null
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="OAuth 2.0 authorization protocol"
+HOMEPAGE="https://elpa.gnu.org/packages/oauth2.html"
+GITHUB_SHA1="dc069550616fb0a72507489ea796d0e1bd8b48c9"
+SRC_URI="https://github.com/emacsmirror/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
+
+SITEFILE="50${PN}-gentoo.el"