mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
app-admin/adcli: new package
This commit is contained in:
parent
b64abc677d
commit
7a39bab8b4
1
sdk_container/src/third_party/coreos-overlay/app-admin/adcli/Manifest
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/app-admin/adcli/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST adcli-0.8.2.tar.gz 467168 SHA256 72f6db406e35d96de2bdc413a5ed69f28a4a735c08670c6556713c3f83921aa4 SHA512 a46e3f4b3c5434557a75cfe1c44c8bc7e9e7c7e240fa3a903e0095ef58505c2bcc66e80aa7b9a6bcf3284aed1d9af4068037c57cd5bd9f68a0bde34f429c44e9 WHIRLPOOL d7c8f8b028169dd29f5001762197ef9fd27e66df2711f2a7cd5ae9eed6d6c14c58778e968383b183eb62b0774a183c6031bb7b67f60fb9e4bd3bf3c029c4e6e1
|
1
sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-0.8.2.ebuild
vendored
Symbolic link
1
sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-0.8.2.ebuild
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
adcli-9999.ebuild
|
45
sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-9999.ebuild
vendored
Normal file
45
sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-9999.ebuild
vendored
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
if [[ ${PV} == *9999 ]]; then
|
||||||
|
EGIT_REPO_URI="https://anongit.freedesktop.org/git/realmd/adcli.git"
|
||||||
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
inherit git-r3
|
||||||
|
else
|
||||||
|
SRC_URI="https://www.freedesktop.org/software/realmd/releases/${P}.tar.gz"
|
||||||
|
KEYWORDS="amd64 arm64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
inherit autotools
|
||||||
|
|
||||||
|
DESCRIPTION="A helper library and tools for Active Directory client operations"
|
||||||
|
HOMEPAGE="https://www.freedesktop.org/software/realmd/adcli/"
|
||||||
|
|
||||||
|
LICENSE="LGPL-2.1+"
|
||||||
|
SLOT="0"
|
||||||
|
IUSE="debug doc"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
app-crypt/mit-krb5
|
||||||
|
dev-libs/cyrus-sasl
|
||||||
|
net-nds/openldap
|
||||||
|
"
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
doc? (
|
||||||
|
app-text/docbook-xml-dtd:4.3
|
||||||
|
dev-libs/libxslt
|
||||||
|
)
|
||||||
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
eapply_user
|
||||||
|
eautoreconf
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
econf \
|
||||||
|
$(use_enable debug) \
|
||||||
|
$(use_enable doc)
|
||||||
|
}
|
4
sdk_container/src/third_party/coreos-overlay/app-admin/adcli/metadata.xml
vendored
Normal file
4
sdk_container/src/third_party/coreos-overlay/app-admin/adcli/metadata.xml
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user