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