blob: 0620fb13d0ec0d6d0d3a39f83170dda1b65bef4a (
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 "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@gentoo.org</email>
<name>Maciej Barć</name>
</maintainer>
<longdescription>
loksh is a Linux port of OpenBSD's ksh. Unlike other ports of ksh,
loksh targets only one platform, follows upstream closely and keeps
changes to a minimum. loksh does not add any extra features; this
reduces the risk of introducing security vulnerabilities and makes loksh
a good fit for resource-constrained systems.
</longdescription>
<upstream>
<bugs-to>https://github.com/dimkr/loksh/issues/</bugs-to>
<changelog>https://github.com/dimkr/loksh/releases/</changelog>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|