mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-emacs/restclient: new package; add version 0_p20220426
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
1
app-emacs/restclient/Manifest
Normal file
1
app-emacs/restclient/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST restclient-0_p20220426.tar.gz 14762 BLAKE2B ff11d592cd81fa3bf59b577c18f2060a098a446ca1d103df746a1c1f46b4eb950cfad296cae2219c58bc59c52e287b7f7bc2d28264288cff8fdee5be0a2b868c SHA512 343e1b8761842b85e790a42367bc12e302ccbe2953fd0008c2a20d96444038fdabfdd0fca2e8b664c9d0e835ced252afa35ac67cfc992add47bec131c6badd1c
|
||||
5
app-emacs/restclient/files/50restclient-gentoo.el
Normal file
5
app-emacs/restclient/files/50restclient-gentoo.el
Normal file
@@ -0,0 +1,5 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
(autoload 'restclient-mode "restclient"
|
||||
"Turn on restclient mode." t)
|
||||
(autoload 'helm-restclient "restclient-helm"
|
||||
"Helm for Restclient." t)
|
||||
18
app-emacs/restclient/metadata.xml
Normal file
18
app-emacs/restclient/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>gnu-emacs@gentoo.org</email>
|
||||
<name>Gentoo GNU Emacs project</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
This is a tool to manually explore and test HTTP REST webservices. Runs
|
||||
queries from a plain-text query sheet, displays results as a pretty-printed
|
||||
XML, JSON and even images.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/pashky/restclient.el/issues/</bugs-to>
|
||||
<remote-id type="github">pashky/restclient.el</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
27
app-emacs/restclient/restclient-0_p20220426.ebuild
Normal file
27
app-emacs/restclient/restclient-0_p20220426.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
H=ae79e7dd283890072da69b8f48aeec1afd0d9442
|
||||
NEED_EMACS=24.4
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="HTTP REST client tool for GNU Emacs"
|
||||
HOMEPAGE="https://github.com/pashky/restclient.el/"
|
||||
SRC_URI="https://github.com/pashky/${PN}.el/archive/${H}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/${PN}.el-${H}
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
app-emacs/helm
|
||||
app-emacs/jq-mode
|
||||
"
|
||||
BDEPEND="${RDEPEND}"
|
||||
|
||||
DOCS=( README.md examples )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
Reference in New Issue
Block a user