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/snx-rs/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'snx-rs'
pkgname=snx-rs
version=6.2.1
revision=1
build_style=cargo
make_build_args="--package snx-rs --package snxctl"
hostmakedepends="pkg-config"
makedepends="openssl-devel sqlite-devel"
short_desc="Open Source Client For Check Point VPN Tunnels (CLI only)"
maintainer="Salvatore Stella <salvatore.stella@univaq.it>"
license="AGPL-3.0-only"

Check failure on line 11 in srcpkgs/snx-rs/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

license 'AGPL', but no use of vlicense
homepage="https://github.com/ancwrd1/snx-rs"
changelog="https://raw.githubusercontent.com/ancwrd1/snx-rs/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/ancwrd1/snx-rs/archive/refs/tags/v${version}.tar.gz"
checksum=4c94b0df48b846dbac1a77ecc84efba368298f8127aac794141fdc682d299943

do_install() {
vbin target/${RUST_TARGET}/release/snx-rs
vbin target/${RUST_TARGET}/release/snxctl
}
Loading