aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/passt/template
blob: 885f086124e16613a783b1c8426f49c15abca093 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Template file for 'passt'
pkgname=passt
version=2024.06.07.8a83b53
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=37d26ddfe429bc535fa63a1247a18d3e98ffd9e2f5b533aa73a4caca8566d26a

post_install() {
	vlicense LICENSES/BSD-3-Clause.txt
}