diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-12-15 16:52:16 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-12-15 17:00:10 +0100 |
commit | 0f2057838a93d767a5192cc4a7d4107efb88c9e3 (patch) | |
tree | 62283990ae67179f0091909050b013c2d5a70cc3 /app-emacs/oauth2/oauth2-0.16.ebuild | |
parent | net-im/mattermost-desktop-bin: add 5.6.0, drop 5.6.0_rc1 (diff) | |
download | gentoo-0f2057838a93d767a5192cc4a7d4107efb88c9e3.tar.gz gentoo-0f2057838a93d767a5192cc4a7d4107efb88c9e3.tar.bz2 gentoo-0f2057838a93d767a5192cc4a7d4107efb88c9e3.zip |
app-emacs/oauth2: new package, add 0.16
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/oauth2/oauth2-0.16.ebuild')
-rw-r--r-- | app-emacs/oauth2/oauth2-0.16.ebuild | 18 |
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..e33728307cda --- /dev/null +++ b/app-emacs/oauth2/oauth2-0.16.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 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="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" |