19 lines
532 B
Bash
19 lines
532 B
Bash
# Template file for 'passt'
|
|
pkgname=passt
|
|
version=2023.09.08.05627dc
|
|
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, BSD-3-Clause"
|
|
homepage="https://passt.top"
|
|
distfiles="https://passt.top/passt/snapshot/passt-${_version}.tar.xz"
|
|
checksum=b13e3794e43adf65d8c0ad51bb3e9a826567f9cbcf4ff049cd0d08703a3c3e84
|
|
|
|
post_install() {
|
|
vlicense LICENSES/BSD-3-Clause.txt
|
|
}
|