app-emulation/container-linux-config-transpiler: new ebuild
This commit is contained in:
2
app-emulation/container-linux-config-transpiler/Manifest
Normal file
2
app-emulation/container-linux-config-transpiler/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST container-linux-config-transpiler-0.9.1.tar.gz 284678 SHA256 8016a987ef5da5a5e55020ff7375c3af3c887a878c65d3949193b3b2afbda27d SHA512 5bbe79d4a17f610289f323732467b1f4afb2bca3b5939de2a4fc848db7873e08aaa4ca5484bade6cf01dcbcaaa64e886dcfbdd8c8fdd4f1c97e50958fc48e254 WHIRLPOOL a0c2e62f3f39429ceb7a972b5bb4b3e6a0c180df05c7b848d5e28f1bf422f137c50b231aa51fc1b3e3f38f7dc6927df5bfd013256fb8cbd97a1a1f213c13787e
|
||||
EBUILD container-linux-config-transpiler-0.9.1.ebuild 516 SHA256 51a6e165e74b955e22c35ec7828143061cb5d104e8bbd165e42de21dc5139be5 SHA512 292774702fccfedadb56744693766fadc20f897a41e386fa99e808990f7ccb12d7b4b9355c792b938061757e376234288d7926b1bdba299e0cba849764a6ac8f WHIRLPOOL 24fd48d7bf4e54dcfbe29739c35b86f379f7129a03411692e79f2bcc623537f8c07289dae2a19eaf18a3b74c17b2dbd952dd72708481123bae97208e999017b8
|
||||
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
#inherit golang-build
|
||||
|
||||
DESCRIPTION="Container Linux Config Transpiler"
|
||||
EGO_PN="${PN}"
|
||||
SRC_URI="https://github.com/kinvolk/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/kinvolk/container-linux-config-transpiler"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-lang/go:0"
|
||||
RDEPEND=""
|
||||
|
||||
src_compile()
|
||||
{
|
||||
emake
|
||||
}
|
||||
|
||||
src_install()
|
||||
{
|
||||
dobin $S/bin/ct
|
||||
}
|
||||
Reference in New Issue
Block a user