mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
18 lines
543 B
Bash
18 lines
543 B
Bash
# Template file for 'passt'
|
|
pkgname=passt
|
|
version=2024.06.07.8a83b53
|
|
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=37d26ddfe429bc535fa63a1247a18d3e98ffd9e2f5b533aa73a4caca8566d26a
|
|
|
|
post_install() {
|
|
vlicense LICENSES/BSD-3-Clause.txt
|
|
}
|