mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 22:25:08 +02:00
14 lines
319 B
Bash
14 lines
319 B
Bash
# Template file for 'socklog-ucspi'
|
|
pkgname=socklog-ucspi
|
|
version=20221228
|
|
revision=1
|
|
build_style=meta
|
|
depends="socklog ipsvd"
|
|
short_desc="UCSPI-TCP services for socklog"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Public Domain"
|
|
homepage="http://smarden.org/socklog"
|
|
|
|
do_install() {
|
|
vsv socklog-ucspi-tcp
|
|
}
|