Files
guru/sys-process/nq/metadata.xml
Marco Sirabella fa4173872c sys-process/nq: Move from sys-apps
I didn't realize sys-process was a group, this is a better place for it.

Comparisons to nq are the likes of `at`, which are also found in this
group

Signed-off-by: Marco Sirabella <marco@sirabella.org>
2021-04-17 23:20:05 -07:00

21 lines
797 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marco@sirabella.org</email>
<name>Marco Sirabella</name>
</maintainer>
<upstream>
<remote-id type="github">leahneukirchen/nq</remote-id>
<bugs-to>https://github.com/leahneukirchen/nq/issues</bugs-to>
<changelog>https://git.vuxu.org/nq/plain/NEWS.md</changelog>
</upstream>
<longdescription lang="en">
These small utilities allow creating very lightweight job queue systems which require no setup, maintenance, supervision, or any long-running processes.
</longdescription>
<use>
<flag name="shell">Use shell implementation</flag>
<flag name="tq">Install tq, a tmux &amp; screen wrapper</flag>
</use>
</pkgmetadata>