mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
New package: tqftpserv-1.0
This commit is contained in:
parent
d0e98eeba2
commit
589533ae3e
3 changed files with 24 additions and 0 deletions
1
srcpkgs/tqftpserv/files/tqftpserv/log/run
Symbolic link
1
srcpkgs/tqftpserv/files/tqftpserv/log/run
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/bin/vlogger
|
4
srcpkgs/tqftpserv/files/tqftpserv/run
Normal file
4
srcpkgs/tqftpserv/files/tqftpserv/run
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
exec 2>&1
|
||||
exec tqftpserv $OPTS
|
19
srcpkgs/tqftpserv/template
Normal file
19
srcpkgs/tqftpserv/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue