# Template file for 'passt'
pkgname=passt
version=2026.01.20.386b5f5
revision=1
# upstream uses YYYY_MM_DD.COMMIT
_version=${version/./_}
_version=${_version/./_}
build_style=gnu-makefile
make_build_args="VERSION=${_version}"
short_desc="Plug A Simple Socket Transport"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2.0-or-later AND BSD-3-Clause"
homepage="https://passt.top"
distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
checksum=cc0a86b0ac28e1e5b2a4243bcf7fa84b14dd91c7dc883a78896060111e12d105

post_install() {
	vlicense LICENSES/BSD-3-Clause.txt
	vlicense LICENSES/GPL-2.0-or-later.txt
}
