Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: passt-2023.03.09.7c7625d #42517

Merged
merged 1 commit into from
Mar 24, 2023
Merged
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions srcpkgs/passt/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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 changes: 2 additions & 0 deletions srcpkgs/passt/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://passt.top/passt"
pattern='passt-\K[\d._abcdef]+(?=.tar.xz)'