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
17 changes: 17 additions & 0 deletions srcpkgs/somo/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'somo'
pkgname=somo
version=1.3.3
revision=1
build_style=cargo
make_check_args="-- --skip annotates_service_name"
short_desc="CLI for monitoring sockets and ports"
maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://github.com/theopfr/somo"
changelog="https://raw.githubusercontent.com/theopfr/somo/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/theopfr/somo/archive/refs/tags/v${version}.tar.gz"
checksum=011ff1fe6e4e973c59526fd5c50d2cdd040d1517f26a321e21807b658047377a

post_install() {
vlicense LICENSE
}