mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-admin/overmind: add 2.4.0
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
@@ -24,3 +24,5 @@ DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20190403152447-81d4e9dc473e.zip 1606010
|
||||
DIST gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod 25 BLAKE2B 6470f3d94700c4d8b3176d692bdb91646750f2c6a866ff2ef4183aff1de01f024a8757f97b4626ec0355092e5f25e7ded91cd5be845f627d107c58b1daf400d7 SHA512 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
|
||||
DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.2.2.mod 95 BLAKE2B adb3684980f1d8e6c23444e91028f8db55f1bc496114eb3508dbecf9917dbc8a0a4bed7c0d761123335a75b9ffe727e180f2d6aa5f84312edb05a798185c8362 SHA512 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379
|
||||
DIST overmind-2.2.2.tar.gz 24523 BLAKE2B 0caafb16472bb0c3ea369347156cda929bb8e16ba19b758c61ed0c87ad946b93528f506c675b73da80becc7935a35930f8778e14eea0076c5aa1969b7721fd87 SHA512 1ca98ee6a058e4d396e96c3b0442387567816e6c3b7cad1122e5f3ca915067ae2b03d9629e156c91e4164fa71f42930002da1d9e0e7f4eaee9d866bcabe94f6f
|
||||
DIST overmind-2.4.0-deps.tar.xz 2846384 BLAKE2B 96b869d3a0dc74c272cd8f9f8ebe3baac1f1806310fc53e28d8f452965561e407e717f6f219f4286fcf189a1e5a08e9c2ec792b136abfc236812c680f8a5c2c4 SHA512 663114a2c97c87c08b2096328486bdfa49201e453dcac765b82ccde5dbe006d81e7cec8864be1ab736420ebc535204885d9d017561f41a5b9d19e9421f697230
|
||||
DIST overmind-2.4.0.tar.gz 26115 BLAKE2B c102283677b39e18152081830df69aa89ff12d27d10be6ce8355ed50cc1eadf22eef7e756f22f8b29a69a447b2633c3ebf834f5634c6b3808f15029644961da6 SHA512 bcf1b8ea99a04b7fbd8cf1de6c1fe13ecdcbca8a6a1c5883768dceb47d55497ead860eed9302e17b30bca0a4e348fa52ba8ceeb98bcd589cf565fea7c1a31418
|
||||
|
||||
30
app-admin/overmind/overmind-2.4.0.ebuild
Normal file
30
app-admin/overmind/overmind-2.4.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="Process manager for Procfile-based applications and tmux"
|
||||
HOMEPAGE="https://github.com/DarthSim/overmind"
|
||||
SRC_URI="
|
||||
https://github.com/DarthSim/overmind/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/ixti/overmind/releases/download/v${PV}/${P}-deps.tar.xz
|
||||
"
|
||||
|
||||
LICENSE="MIT BSD BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
app-misc/tmux
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
go build -ldflags "-s -w" || die "go build failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
dodoc README.md
|
||||
}
|
||||
Reference in New Issue
Block a user