Files
gentoo/app-emacs/edit-server/metadata.xml
Michael Mair-Keimberger ad08b3df37 app-emacs/edit-server: add missing remote-id
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2024-04-07 18:20:07 +02:00

24 lines
867 B
XML

<?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>
Edit with Emacs is an addon for webextension compatible browsers
like Google's Chrome(ium), Opera or Firefox that allows you to edit
text areas on your browser in a more full featured editor. It does
this in conjunction with an "Edit Server" which services requests by
the browser. This is because extensions cannot spawn new processes
as a security measure.
The extension packages a native elisp version that can be run inside
GNU Emacs itself.
</longdescription>
<upstream>
<remote-id type="github">stsquad/emacs_chrome</remote-id>
</upstream>
<stabilize-allarches/>
</pkgmetadata>