blob: 16cbe85a2c64e86929371ffecdb15f8a01718a3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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>
|