gentoo/app-emacs/boxquote/metadata.xml
Z. Liu d08db8802a
app-emacs/boxquote: fix github repo
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42081
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-21 22:16:32 +01:00

28 lines
1000 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>
Boxquote provides a set of functions for using a text quoting style that
partially boxes in the left hand side of an area of text, such a marking
style might be used to show externally included text or example code.
,----
| The default style looks like this.
`----
A number of functions are provided for quoting a region, a buffer, a
paragraph and a defun. There are also functions for quoting text while
pulling it in, either by inserting the contents of another file or by
yanking text into the current buffer.
</longdescription>
<stabilize-allarches/>
<upstream>
<bugs-to>https://github.com/davep/boxquote.el/issues</bugs-to>
<remote-id type="github">davep/boxquote.el</remote-id>
</upstream>
</pkgmetadata>