mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
21 lines
798 B
XML
21 lines
798 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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 & screen wrapper</flag>
|
|
</use>
|
|
</pkgmetadata>
|