mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: passt-2023.03.21.1ee2f7c
This commit is contained in:
parent
8aa3128793
commit
744d2ffe96
2 changed files with 21 additions and 0 deletions
19
srcpkgs/passt/template
Normal file
19
srcpkgs/passt/template
Normal 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
2
srcpkgs/passt/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="https://passt.top/passt"
|
||||
pattern='passt-\K[\d._abcdef]+(?=.tar.xz)'
|
Loading…
Add table
Reference in a new issue