2024-12-08 10:43:09 +01:00

19 lines
543 B
Bash

# Template file for 'passt'
pkgname=passt
version=2024.11.27.c0fbc7e
revision=1
# upstream uses YYYY_MM_DD.COMMIT
_version=${version/./_}
_version=${_version/./_}
build_style=gnu-makefile
short_desc="Plug A Simple Socket Transport"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2.0-or-later, BSD-3-Clause"
homepage="https://passt.top"
distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
checksum=d451fe3a435434b6a25936fb8ae3326c0610d03a218ff8b535ee1ae828312d79
post_install() {
vlicense LICENSES/BSD-3-Clause.txt
}