diff --git a/srcpkgs/dgop/template b/srcpkgs/dgop/template new file mode 100644 index 00000000000000..889b2bc4ad4445 --- /dev/null +++ b/srcpkgs/dgop/template @@ -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 " +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 +}