New package: passt-2023.03.21.1ee2f7c

This commit is contained in:
lemmi 2023-03-01 04:27:04 +01:00
parent 8aa3128793
commit 744d2ffe96
2 changed files with 21 additions and 0 deletions

19
srcpkgs/passt/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'passt'
pkgname=passt
version=2023.03.21.1ee2f7c
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="AGPL-3.0-or-later, BSD-3-Clause"
homepage="https://passt.top"
distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
checksum=46ae6bd4b03ba0982938f51fbfbf8c0f11ac0c23e4a04c41211f03e0aa564952
post_install() {
vlicense LICENSES/AGPL-3.0-or-later.txt
vlicense LICENSES/BSD-3-Clause.txt
}

2
srcpkgs/passt/update Normal file
View file

@ -0,0 +1,2 @@
site="https://passt.top/passt"
pattern='passt-\K[\d._abcdef]+(?=.tar.xz)'