New package: tqftpserv-1.0

This commit is contained in:
Jami Kettunen 2022-12-29 15:45:10 +02:00 committed by Piraty
parent d0e98eeba2
commit 589533ae3e
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1 @@
/usr/bin/vlogger

View file

@ -0,0 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec 2>&1
exec tqftpserv $OPTS

View file

@ -0,0 +1,19 @@
# Template file for 'tqftpserv'
pkgname=tqftpserv
version=1.0
revision=1
build_style=gnu-makefile
makedepends="qrtr-ns-devel"
short_desc="Trivial File Transfer Protocol server over AF_QIPCRTR"
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/andersson/tqftpserv"
distfiles="https://github.com/andersson/tqftpserv/archive/v${version}.tar.gz"
checksum=7e6641796ae65b0e6cdbefd2a4463b3f580ff7f28c2f4b79c5f5629d8c672bf0
# FIXME: make_use_env=1 instead in next release
LDFLAGS+=" -lqrtr"
post_install() {
vlicense LICENSE
vsv tqftpserv
}