mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
apkInspector: x86, add metadata
This commit is contained in:
parent
f0cb988b35
commit
ddf16618c9
2 changed files with 9 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/erev0s/apkInspector"
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ~arm64 ~x86"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
|
|
||||||
#RDEPEND=""
|
#RDEPEND=""
|
||||||
#DEPEND="${RDEPEND}"
|
#DEPEND="${RDEPEND}"
|
||||||
|
|
|
||||||
8
dev-util/apkInspector/metadata.xml
Normal file
8
dev-util/apkInspector/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">erev0s/apkInspector</remote-id>
|
||||||
|
<remote-id type="pypi">apkInspector</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Loading…
Reference in a new issue