19 lines
543 B
Bash
19 lines
543 B
Bash
# Template file for 'passt'
|
|
pkgname=passt
|
|
version=2024.03.26.4988e2b
|
|
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=40c1fb5ed2ccd93c242b8a0b8cbfb0c582598270bff2914f67502ec09b6d77eb
|
|
|
|
post_install() {
|
|
vlicense LICENSES/BSD-3-Clause.txt
|
|
}
|