Files
guru/app-shells/zsh-async/metadata.xml
tea 43a6107b06 Revert "*/*: change my name and email address"
there is an ongoing controversy regarding the email domain in ::gentoo.
until that is resolved i'm using the old address. changing it back here
too to match the bugzilla address.

This reverts commit 4c118b8f6f.

Signed-off-by: tea <gentoo@tastytea.de>
2024-08-14 10:45:14 +02:00

20 lines
764 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</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>