summaryrefslogtreecommitdiff
path: root/app-shells/zsh-async/metadata.xml
blob: a33916aa1590ee0f486477281a33b107026ba5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>tea+gentoo@cuddleslut.fr</email>
		<name>tea</name>
	</maintainer>
	<upstream>
		<remote-id type="github">mafredri/zsh-async</remote-id>
	</upstream>
	<longdescription lang="en">
		With zsh-async you can run multiple asynchronous jobs, enforce
		unique jobs (multiple instances of the same job will not run),
		flush all currently running jobs and create multiple workers (each
		with their own jobs). For each worker you can register a
		callback-function through which you will be notified about the job
		results (job name, return code, output and execution time).
	</longdescription>
</pkgmetadata>