diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-11-30 00:55:56 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-11-30 01:15:59 +0100 |
commit | 868519986192e956b7959ac346395fd755a8cb8d (patch) | |
tree | 1cf0ea18eaf6a67ea8e867c9e3dc28521ccc25c8 /dev-lua/busted-htest/metadata.xml | |
parent | sys-libs/musl: 1.2.1-r1 stable on x86 (diff) | |
download | gentoo-868519986192e956b7959ac346395fd755a8cb8d.tar.gz gentoo-868519986192e956b7959ac346395fd755a8cb8d.tar.bz2 gentoo-868519986192e956b7959ac346395fd755a8cb8d.zip |
dev-lua/busted-htest: new package
This is a module for dev-lua/busted called htest.
It adds a different output,
which is used by the tests of dev-lua/luarocks.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/busted-htest/metadata.xml')
-rw-r--r-- | dev-lua/busted-htest/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lua/busted-htest/metadata.xml b/dev-lua/busted-htest/metadata.xml new file mode 100644 index 000000000000..d43b8f09772a --- /dev/null +++ b/dev-lua/busted-htest/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <upstream> + <remote-id type="github">hishamhm/busted-htest</remote-id> + </upstream> +</pkgmetadata> |