Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions srcpkgs/dgop/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'dgop'
#
# Stateless system and process monitoring tool with a top-like TUI, CLI, and REST API.
pkgname=dgop
version=0.2.2
revision=1
build_style=go
go_import_path="github.com/AvengeMedia/dgop"
go_package="${go_import_path}/cmd/dgop"
go_ldflags="-X main.Version=${version}"
short_desc="System monitoring CLI and REST API (DankMaterialShell telemetry)"
maintainer="AvengeMedia <AvengeMedia.US@gmail.com>"
license="MIT"
homepage="https://github.com/AvengeMedia/dgop"
distfiles="https://github.com/AvengeMedia/dgop/archive/refs/tags/v${version}.tar.gz"
checksum=2e45d94d2227bb596844681e66f948aeea4a09be3f7ee88dcbbf38938cabec32

post_install() {
vlicense LICENSE
}