blob: cd889f935eb48eb29b89e5d579eeb60c5f4bad62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>aidenwingard2@gmail.com</email>
<description>Primary maintainer</description>
</maintainer>
<longdescription>
proctl is a C program that allows the controlling of other processes.
it can execute, kill, and restart processes my passing arguments to
the proctl command.
</longdescription>
<upstream>
<remote-id type="github">kernaltrap8/proctl</remote-id>
</upstream>
</pkgmetadata>
|