Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
6bd3f0ea
Unverified
Commit
6bd3f0ea
authored
5 years ago
by
Dolphin von Chips
Committed by
Bart Ribbers
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
modem/tqftpserv: new aport (MR 1080)
parent
b6ea0ba1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modem/tqftpserv/APKBUILD
+31
-0
31 additions, 0 deletions
modem/tqftpserv/APKBUILD
modem/tqftpserv/tqftpserv.initd
+9
-0
9 additions, 0 deletions
modem/tqftpserv/tqftpserv.initd
with
40 additions
and
0 deletions
modem/tqftpserv/APKBUILD
0 → 100644
+
31
−
0
View file @
6bd3f0ea
# Maintainer: Dolphin von Chips <DoIphinChips@protonmail.com>
pkgname
=
tqftpserv
pkgver
=
0_git20200207
pkgrel
=
0
_commit
=
"783425b550de2a359db6aa3b41577c3fbaae5903"
pkgdesc
=
"Trivial File Transfer Protocol server over AF_QIPCRTR"
url
=
"https://github.com/andersson/tqftpserv"
arch
=
"all"
license
=
"BSD-3-Clause"
makedepends
=
"qrtr-dev"
source
=
"https://github.com/andersson/tqftpserv/archive/
$_commit
/tqftpserv-
$_commit
.tar.gz
tqftpserv.initd
"
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc"
builddir
=
"
$srcdir
/tqftpserv-
$_commit
"
options
=
"!check"
# No test suite
build
()
{
make
prefix
=
"/usr"
}
package
()
{
make
prefix
=
"/usr"
DESTDIR
=
"
$pkgdir
"
install
rm
-r
"
$pkgdir
"
/usr/lib/systemd
install
-Dm644
LICENSE
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
install
-Dm755
"
$srcdir
"
/tqftpserv.initd
"
$pkgdir
"
/etc/init.d/tqftpserv
}
sha512sums
=
"67673664bfea444da50e7ff5e882e68d60cf8a4cec60ecaea68766ed20f0bd66cbdbbee883e362003d252070f67172512aa06bcc2c94f23df9248bb1bf58b552 tqftpserv-783425b550de2a359db6aa3b41577c3fbaae5903.tar.gz
f262063ef1b465ce086d1a70500b9ba6edd3d6d2b61a3bba0e5d935d8a507618880d38d477f9e571cc2fcc94b893fb10fafc030d7ee1a2d4e1d52732dc2f7af8 tqftpserv.initd"
This diff is collapsed.
Click to expand it.
modem/tqftpserv/tqftpserv.initd
0 → 100644
+
9
−
0
View file @
6bd3f0ea
#!/sbin/openrc-run
supervisor=supervise-daemon
name="tqftpserv"
description="QRTR TFTP service"
command="/usr/bin/tqftpserv"
depend() {
need qrtr-ns
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment