Beszel monitoring: WIP
This commit is contained in:
parent
8626a60584
commit
def87e6341
2 changed files with 25 additions and 0 deletions
23
www-apps/beszel-hub/beszel-hub-0.18.2.ebuild
Normal file
23
www-apps/beszel-hub/beszel-hub-0.18.2.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 2022-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module systemd toolchain-funcs
|
||||
|
||||
DESCRIPTION="Simple, lightweight server monitoring"
|
||||
HOMEPAGE="https://www.beszel.dev/"
|
||||
SRC_URI="https://github.com/henrygd/beszel/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/beszel-${PV}"
|
||||
|
||||
LICENSE="AGPL-3+"
|
||||
# Go dependency licenses
|
||||
LICENSE+=" AGPL-3 Apache-2.0 BSD GPL-3+ ISC MIT MPL-2.0 public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_compile() {
|
||||
# emake build-hub
|
||||
emake build-agent
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue